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 981cc9a commit 817c94cCopy full SHA for 817c94c
package.json
@@ -3,9 +3,9 @@
3
"version": "1.2.0",
4
"description": "Extending the Jest default runner to run tests serially - useful for integration tests",
5
"main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
+ "files": [
+ "index.js"
+ ],
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/gabrieli/jest-serial-runner.git"
0 commit comments