Skip to content

Commit

Permalink
Upgrade jest fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Jan 15, 2017
1 parent eada58c commit a026878
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 173 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"jest": {
"testEnvironment": "node",
"setupTestFrameworkScriptFile": "test/setup.js"
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js"
},
"devDependencies": {
"apidoc": "^0.16.1",
"apidoc-markdown": "^0.2.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-jest": "^18.0.0",
"cross-env": "^3.1.3",
"dotenv-safe": "^2.3.1",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"jest-cli": "^16.0.1",
"jest-cli": "^18.1.0",
"mockgoose": "^6.0.8",
"nock": "^8.0.0",
"nodemon": "^1.10.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-jest": "^16.0.0",
"babel-jest": "^18.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.16.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"jest-cli": "^16.0.1",
"jest-cli": "^18.1.0",
"jsonwebtoken": "^7.1.9",
"mockgoose": "^6.0.8",
"mongoose": "^4.4.19",
Expand Down
Loading

0 comments on commit a026878

Please sign in to comment.