Skip to content

Commit de9c67c

Browse files
test
1 parent fbf56e1 commit de9c67c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "@geode/opengeodeweb-front",
33
"scripts": {
44
"lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
5-
"test": "npm run test --project unit",
5+
"test": "vitest --config ./tests/vitest.config.js --project unit",
6+
"tests": "vitest --config ./tests/vitest.config.js",
67
"test:unit": "npm run test --project unit",
7-
"test:integration": "npm run test --project integration",
8+
"test:integration": "npm run tests --project integration",
89
"coverage": "vitest run --coverage",
910
"geode_objects": "node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write",
1011
"build": ""

0 commit comments

Comments
 (0)