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 8559860 commit 7547473Copy full SHA for 7547473
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jest-cli",
3
"description": "Painless JavaScript Unit Testing.",
4
- "version": "0.7.2",
+ "version": "0.8.0",
5
"main": "src/jest.js",
6
"dependencies": {
7
"cover": "^0.2.9",
@@ -40,7 +40,7 @@
40
"prepublish": "npm run lint && node bin/jest.js",
41
"test": "npm run lint && npm run jasmine1 && npm run jasmine2",
42
"jasmine1": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine1.js'",
43
- "jasmine2": "node bin/jest.js --testRunner='<rootDir>src/testRunners/jasmine/jasmine2.js'"
+ "jasmine2": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine2.js'"
44
},
45
"jest": {
46
"rootDir": "src",
0 commit comments