Merge branch 'cross-env-js-tests' into 'v3'
Make unit tests cross OS Closes #824 See merge request openflexure/openflexure-microscope-server!650
This commit is contained in:
commit
330db19827
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
"lint:fix": "eslint . --fix --ignore-pattern .gitignore",
|
"lint:fix": "eslint . --fix --ignore-pattern .gitignore",
|
||||||
"lint:style": "stylelint \"src/**/*.{vue,less,css}\" --max-warnings=0",
|
"lint:style": "stylelint \"src/**/*.{vue,less,css}\" --max-warnings=0",
|
||||||
"lint:style:fix": "stylelint \"src/**/*.{vue,less,css}\" --fix",
|
"lint:style:fix": "stylelint \"src/**/*.{vue,less,css}\" --fix",
|
||||||
"test:unit": "NODE_OPTIONS=--expose-gc vitest run src/tests/unit/ --no-cache --mode test --detectAsyncLeaks --isolate=true --pool=forks --logHeapUsage --reporter=verbose"
|
"test:unit": "cross-env NODE_OPTIONS=--expose-gc vitest run src/tests/unit/ --no-cache --mode test --detectAsyncLeaks --isolate=true --pool=forks --logHeapUsage --reporter=verbose"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^14.3.0",
|
"@vueuse/core": "^14.3.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue