We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48e71 commit ee463e5Copy full SHA for ee463e5
package.json
@@ -8,7 +8,7 @@
8
"lib/**/*"
9
],
10
"scripts": {
11
- "test": "jest --coverage",
+ "test": "jest --coverage --testPathIgnorePatterns=core",
12
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
13
"publish": "npm run build && npm publish --access public",
14
"prettier": "prettier --write 'src/**/*'",
0 commit comments