fixed missing dependencies and change to babel-jest

This commit is contained in:
Stephen Rodriguez
2015-06-10 02:28:32 -04:00
parent a31c996662
commit 026c336f3e

View File

@@ -6,21 +6,21 @@
"testFileExtensions": [ "testFileExtensions": [
"jest.js" "jest.js"
], ],
"scriptPreprocessor": "<rootDir>/__tests__/preprocessor.js", "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [ "unmockedModulePathPatterns": [
"<rootDir>/node_modules/react" "<rootDir>/node_modules/react"
],
"testPathIgnorePatterns": [
"<rootDir/__tests__/**/*.spec.js"
] ]
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"babel": "^5.5.6", "babel-jest": "^5.2.0",
"chai": "^3.0.0",
"gulp": "^3.8.8", "gulp": "^3.8.8",
"jest-cli": "^0.4.10",
"laravel-elixir": "*", "laravel-elixir": "*",
"mocha": "^2.2.5", "mocha": "^2.2.5",
"mocha-sinon": "^1.1.4", "mocha-sinon": "^1.1.4",
"mocha-traceur": "^2.1.0",
"sinon": "^1.14.1" "sinon": "^1.14.1"
}, },
"dependencies": { "dependencies": {