|
11 | 11 | "istanbul": "^0.4.2", |
12 | 12 | "jest-environment-jsdom": "^11.0.2", |
13 | 13 | "jest-environment-node": "^11.0.2", |
| 14 | + "jest-haste-map": "^11.0.2", |
14 | 15 | "jest-jasmine1": "^11.0.2", |
15 | 16 | "jest-jasmine2": "^11.0.2", |
16 | 17 | "jest-mock": "^11.0.2", |
17 | 18 | "jest-util": "^11.0.2", |
18 | 19 | "json-stable-stringify": "^1.0.0", |
19 | 20 | "lodash.template": "^4.2.4", |
20 | 21 | "mkdirp": "^0.5.1", |
21 | | - "node-haste": "^2.5.0", |
22 | 22 | "optimist": "^0.6.1", |
23 | 23 | "resolve": "^1.1.6", |
24 | 24 | "sane": "^1.2.0", |
|
44 | 44 | "url": "https://github.com/facebook/jest" |
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | | - "jasmine1": "node bin/jest.js --testRunner=jasmine1", |
| 47 | + "jest-cache": "node bin/jest.js", |
| 48 | + "jest-heap-usage": "node bin/jest.js --runInBand --logHeapUsage", |
| 49 | + "jest-in-band": "node bin/jest.js --runInBand", |
| 50 | + "jest-jasmine1": "node bin/jest.js --testRunner=jasmine1", |
| 51 | + "jest-json": "node bin/jest.js --json", |
| 52 | + "jest-no-cache": "node bin/jest.js --no-cache", |
| 53 | + "jest-node-cache": "node bin/jest.js --no-watchman", |
| 54 | + "jest-node-no-cache": "node bin/jest.js --no-watchman --no-cache", |
| 55 | + "jest-verbose": "node bin/jest.js --verbose", |
48 | 56 | "lint": "eslint .", |
49 | 57 | "postinstall": "node postinstall.js", |
50 | 58 | "prepublish": "npm test", |
51 | | - "test": "npm run lint && node bin/jest.js && npm run jasmine1 && npm link --ignore-scripts && node ./run_tests.js" |
| 59 | + "test": "npm run lint && npm run jest-no-cache && npm run jest-cache && npm run jest-node-no-cache && npm run jest-node-cache && npm run jest-jasmine1 && npm run jest-in-band && npm run jest-heap-usage && npm run jest-json && npm run jest-verbose && npm link --ignore-scripts && node ./run_tests.js" |
52 | 60 | }, |
53 | 61 | "jest": { |
54 | 62 | "rootDir": "src", |
|
0 commit comments