Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #64 from ThomWright/babel-jest
Browse files Browse the repository at this point in the history
Replace deprecated react-tools with babel-jest
  • Loading branch information
sophiebits committed Sep 15, 2015
2 parents b3ebb2e + b29946c commit d98e74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
9 changes: 0 additions & 9 deletions jest/preprocessor.js

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"react": "^0.13.0 || ^0.14.0-a"
},
"devDependencies": {
"babel-jest": "^5.3.0",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-react": "^2.0.0",
"gulp-shell": "^0.3.0",
"jest-cli": "^0.2.1",
"react": "^0.14.0-a",
"react-dom": "^0.14.0-a",
"react-tools": "^0.13.0"
"react-dom": "^0.14.0-a"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/jest"
"prepublish": "gulp",
"test": "jest"
},
"engines": {
"node": ">=0.10.0"
},
"jest": {
"rootDir": "src",
"scriptPreprocessor": "../jest/preprocessor.js",
"scriptPreprocessor": "../node_modules/babel-jest",
"setupEnvScriptFile": "../jest/environment.js",
"unmockedModulePathPatterns": [
""
Expand Down

0 comments on commit d98e74e

Please sign in to comment.