2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-19 09:50:33 +03:00

update test signature

This commit is contained in:
Jeff Sagal
2022-02-18 16:58:43 -08:00
parent 7ada608075
commit 259848d436
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Test with Coverage
run: yarn test:coverage
run: yarn coverage
- name: ESLint
run: yarn eslint
+1 -1
View File
@@ -31,7 +31,7 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"test": "vitest --environment jsdom",
"test:coverage": "vitest run --environment jsdom --coverage --reporter dot",
"coverage": "vitest --run --coverage --environment jsdom --silent",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},