Skip to content

Commit e326669

Browse files
committed
test: fix test settings
1 parent 6b87a38 commit e326669

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,14 @@
4747
"lint:prettier": "prettier \"**/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml}\" --check",
4848
"release": "run-s lint build format test dist",
4949
"test": "ava",
50-
"test-coverage": "c8 ava"
50+
"test-coverage": "c8 yarn test"
5151
},
5252
"config": {
5353
"commitizen": {
5454
"path": "./node_modules/cz-conventional-changelog"
5555
}
5656
},
5757
"ava": {
58-
"helpers": [
59-
"test/helpers/**/*"
60-
],
6158
"require": "esm",
6259
"verbose": true
6360
},

0 commit comments

Comments
 (0)