Skip to content

Commit 8aa903a

Browse files
committed
Fix vue test commands
1 parent 86dc041 commit 8aa903a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/survey-vue3-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"serve:example:prod": "npm run preview --prefix ./example",
1515
"build:example:prod": "npm run build --prefix ./example",
1616
"type-check": "vue-tsc --project tsconfig.types.json --noEmit",
17-
"test": "vitest --no-watch --no-threads tests/*.spec.ts",
18-
"test:watch": "vitest --no-watch --no-threads tests/*.spec.ts",
17+
"test": "vitest --no-watch --no-threads",
18+
"test:watch": "vitest --no-threads",
1919
"release": "commit-and-tag-version --message \"Release: %s [azurepipelines skip]\" ",
2020
"lint": "eslint ./src ./tests --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
2121
"testcafe": "testcafe ../../functionalTests/ --app \"npm run serve:example:prod\" --selector-timeout 1500 --env=vue3 --config-file ../../.testcaferc.dev.js",

0 commit comments

Comments
 (0)