We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf56e1 commit de9c67cCopy full SHA for de9c67c
package.json
@@ -2,9 +2,10 @@
2
"name": "@geode/opengeodeweb-front",
3
"scripts": {
4
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
5
- "test": "npm run test --project unit",
+ "test": "vitest --config ./tests/vitest.config.js --project unit",
6
+ "tests": "vitest --config ./tests/vitest.config.js",
7
"test:unit": "npm run test --project unit",
- "test:integration": "npm run test --project integration",
8
+ "test:integration": "npm run tests --project integration",
9
"coverage": "vitest run --coverage",
10
"geode_objects": "node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write",
11
"build": ""
0 commit comments