Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "jest-cli", | ||
"description": "Painless JavaScript Unit Testing.", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"main": "src/jest.js", | ||
@@ -9,15 +9,15 @@ "dependencies": { | ||
"cover": "^0.2.9", | ||
"diff": "^2.1.0", | ||
"diff": "^2.1.1", | ||
"graceful-fs": "^4.1.2", | ||
"istanbul": "^0.3.15", | ||
"istanbul": "^0.3.19", | ||
"jasmine-only": "^0.1.1", | ||
"jasmine-pit": "^2.0.2", | ||
"jsdom": "6.3.0", | ||
"lodash.template": "^3.6.1", | ||
"lodash.template": "^3.6.2", | ||
"node-haste": "^1.2.8", | ||
"node-worker-pool": "^3.0.0", | ||
"node-worker-pool": "^3.0.2", | ||
"object-assign": "^4.0.1", | ||
"optimist": "^0.6.1", | ||
"resolve": "^1.1.6", | ||
"through": "^2.3.7" | ||
"through": "^2.3.8" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
@@ -54,2 +54,3 @@ # [Jest](http://facebook.github.io/jest/) [![Build Status](https://travis-ci.org/facebook/jest.svg?branch=master)](https://travis-ci.org/facebook/jest) [![npm version](https://badge.fury.io/js/jest-cli.svg)](http://badge.fury.io/js/jest-cli) | ||
- [`config.modulePathIgnorePatterns` [array<string>]](http://facebook.github.io/jest/docs/api.html#config-modulepathignorepatterns-array-string) | ||
- [`config.preprocessCachingDisabled` [boolean]](http://facebook.github.io/jest/docs/api.html#config-preprocesscachingdisabled-boolean) | ||
- [`config.rootDir` [string]](http://facebook.github.io/jest/docs/api.html#config-rootdir-string) | ||
@@ -56,0 +57,0 @@ - [`config.scriptPreprocessor` [string]](http://facebook.github.io/jest/docs/api.html#config-scriptpreprocessor-string) |
@@ -93,2 +93,3 @@ /** | ||
fs.mkdirSync(config.cacheDirectory); | ||
fs.chmodSync(config.cacheDirectory, '777'); | ||
} | ||
@@ -95,0 +96,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
352248
9167
103
Updateddiff@^2.1.1
Updatedistanbul@^0.3.19
Updatedlodash.template@^3.6.2
Updatednode-worker-pool@^3.0.2
Updatedthrough@^2.3.8