Skip to content

Commit ee463e5

Browse files
committed
npm run test: ignore core test
1 parent ab48e71 commit ee463e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib/**/*"
99
],
1010
"scripts": {
11-
"test": "jest --coverage",
11+
"test": "jest --coverage --testPathIgnorePatterns=core",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
1313
"publish": "npm run build && npm publish --access public",
1414
"prettier": "prettier --write 'src/**/*'",

0 commit comments

Comments
 (0)