Comparing version 0.0.10-pre to 0.1.0
{ | ||
"name": "jest-cli", | ||
"version": "0.0.10-pre", | ||
"version": "0.1.0", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "coffee-script": "1.7.1", |
@@ -9,3 +9,3 @@ # [Jest](http://facebook.github.io/jest/) | ||
- **Short Feedback Loop**: Tests run in parallel and DOM apis are mocked so you can run tests on the command line | ||
- **Short Feedback Loop**: DOM APIs are mocked and tests run in parallel via a small node.js command line utility | ||
@@ -12,0 +12,0 @@ ## Getting Started |
@@ -16,6 +16,8 @@ /** | ||
moduleLoader: require.resolve('../HasteModuleLoader/HasteModuleLoader'), | ||
modulePathIgnorePatterns: ['/node_modules/'], | ||
testEnvironment: require.resolve('../JSDomEnvironment'), | ||
testFileExtensions: ['js'], | ||
testPathDirs: ['<rootDir>'], | ||
testRunner: require.resolve('../jasmineTestRunner/jasmineTestRunner') | ||
testPathIgnorePatterns: ['/node_modules/'], | ||
testRunner: require.resolve('../jasmineTestRunner/jasmineTestRunner'), | ||
}; | ||
@@ -22,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7446
273039
45