Skip to content

Commit 7547473

Browse files
cpojerfacebook-github-bot-9
authored andcommitted
Bump version; fix npm test.
Summary: Closes #619 Reviewed By: svcscm Differential Revision: D2671339 fb-gh-sync-id: 77fb47278a74024aaccd57690cfb1db16280d21f
1 parent 8559860 commit 7547473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "0.7.2",
4+
"version": "0.8.0",
55
"main": "src/jest.js",
66
"dependencies": {
77
"cover": "^0.2.9",
@@ -40,7 +40,7 @@
4040
"prepublish": "npm run lint && node bin/jest.js",
4141
"test": "npm run lint && npm run jasmine1 && npm run jasmine2",
4242
"jasmine1": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine1.js'",
43-
"jasmine2": "node bin/jest.js --testRunner='<rootDir>src/testRunners/jasmine/jasmine2.js'"
43+
"jasmine2": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine2.js'"
4444
},
4545
"jest": {
4646
"rootDir": "src",

0 commit comments

Comments
 (0)