Skip to content

Commit

Permalink
test: remove coverage measure
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaler committed May 27, 2022
1 parent 7ac6957 commit e6ee478
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 118 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/coverage/
/dist/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea/
coverage/
dist/
node_modules/
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lint:fix": "npm run lint -- --fix",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"check-es6": "es-check es2017 dist/index.js",
"check-treeshake": "agadoo dist/index.mjs",
"build": "vite build",
Expand Down Expand Up @@ -53,7 +52,6 @@
"@vue/composition-api": "1.4.9",
"@vue/test-utils": "1.3.0",
"agadoo": "2.0.0",
"c8": "7.11.0",
"clean-publish": "4.0.0",
"conventional-github-releaser": "3.1.5",
"es-check": "6.2.1",
Expand Down
109 changes: 2 additions & 107 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,5 @@ export default defineConfig({
setupFiles: [
'tests/setup.ts',
],
coverage: {
exclude: [
'node_modules/**',
'**/*.spec.ts',
'tests/**',
],
},
},
});

0 comments on commit e6ee478

Please sign in to comment.