Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Painless JavaScript Unit Testing.",
"version": "0.7.2",
"version": "0.8.0",
"main": "src/jest.js",
"dependencies": {
"cover": "^0.2.9",
Expand Down Expand Up @@ -40,7 +40,7 @@
"prepublish": "npm run lint && node bin/jest.js",
"test": "npm run lint && npm run jasmine1 && npm run jasmine2",
"jasmine1": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine1.js'",
"jasmine2": "node bin/jest.js --testRunner='<rootDir>src/testRunners/jasmine/jasmine2.js'"
"jasmine2": "node bin/jest.js --testRunner='<rootDir>/testRunners/jasmine/jasmine2.js'"
},
"jest": {
"rootDir": "src",
Expand Down