Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
#!/usr/bin/env node --harmony | ||
#!/usr/bin/env node | ||
/** | ||
@@ -3,0 +3,0 @@ * Copyright (c) 2014, Facebook, Inc. All rights reserved. |
{ | ||
"name": "jest-cli", | ||
"description": "Painless JavaScript Unit Testing.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"dependencies": { | ||
@@ -21,3 +21,3 @@ "coffee-script": "1.7.1", | ||
"devDependencies": { | ||
"jest-cli": "~0.0.0", | ||
"jest-cli": "0.1.2", | ||
"jshint": "~2.5.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -53,2 +53,3 @@ # [Jest](http://facebook.github.io/jest/) | ||
- [`config.setupTestFrameworkScriptFile` [string]](http://facebook.github.io/jest/docs/api.html#config-setuptestframeworkscriptfile-string) | ||
- [`config.testDirectoryName` [string](http://facebook.github.io/jest/docs/api.html#config-testdirectoryname-string) | ||
- [`config.testFileExtensions` [array<string>]](http://facebook.github.io/jest/docs/api.html#config-testfileextensions-array-string) | ||
@@ -55,0 +56,0 @@ - [`config.testPathDirs` [array<string>]](http://facebook.github.io/jest/docs/api.html#config-testpathdirs-array-string) |
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
279863
94