Skip to content

Commit 7672d7b

Browse files
authored
chore: tes coverage based on all files, and test dependencies update (#867)
1 parent b761d1e commit 7672d7b

File tree

3 files changed

+101
-137
lines changed

3 files changed

+101
-137
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "^13.9.5",
3030
"@typescript-eslint/eslint-plugin": "^4.28.2",
3131
"@typescript-eslint/parser": "^4.33.0",
32-
"@vitest/coverage-v8": "^0.32.2",
32+
"@vitest/coverage-v8": "^0.33.0",
3333
"eslint": "^6.8.0",
3434
"eslint-config-airbnb-base": "^14.1.0",
3535
"eslint-plugin-import": "^2.20.2",
@@ -44,7 +44,7 @@
4444
"rollup-plugin-terser": "^7.0.0",
4545
"rollup-plugin-typescript2": "^0.27.0",
4646
"typescript": "^3.8.3",
47-
"vitest": "^0.32.1"
47+
"vitest": "^0.33.0"
4848
},
4949
"scripts": {
5050
"build": "rollup -c",

vite.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { defineConfig } from 'vite';
2+
3+
export default defineConfig({
4+
test: {
5+
coverage: { all: true }
6+
}
7+
});

0 commit comments

Comments
 (0)