We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037e9c9 + 6914b12 commit ff57b4aCopy full SHA for ff57b4a
.npmignore
@@ -4,7 +4,7 @@ sample
4
test
5
e2e
6
7
-jest.json
+jest.config.json
8
index.ts
9
plugin.ts
10
package-lock.json
jest.json jest.config.json
package.json
@@ -13,8 +13,8 @@
13
"publish:next": "npm publish --access public --tag next",
14
"prepublish:npm": "npm run build",
15
"publish:npm": "npm publish --access public",
16
- "test": "jest --config jest.json",
17
- "test:dev": "jest --config jest.json --watch",
+ "test": "jest",
+ "test:dev": "jest --watch",
18
"test:e2e": "jest --config e2e/jest-e2e.json",
19
"prerelease": "npm run build",
20
"release": "release-it"
0 commit comments