File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ This is an example of how to use the Jest test framework with Backpack.
2323** Points of Interest:**
2424
2525 - New ` .babelrc ` file with ` presets: ["backpack-core/babel"] `
26- - Adding ` babel-jest ` and ` jest-cli ` to devDependencies in ` package.json `
26+ - Add ` babel-jest ` and ` jest-cli ` to devDependencies in ` package.json `
2727 - Add ` "jest" ` section to ` package.json ` to manage Jest configuration
28- - Demonstrates how to do an HTTP test with ` supertest-as-promised `
28+ - Demonstrate how to write HTTP test with ` supertest-as-promised `
Original file line number Diff line number Diff line change 2020 "babel-preset-env" : " ^1.1.4" ,
2121 "chokidar" : " ^1.6.1" ,
2222 "cross-spawn" : " ^5.0.1" ,
23- "dotenv" : " ^4.0.0" ,
2423 "friendly-errors-webpack-plugin" : " ^1.1.2" ,
2524 "nodemon" : " ^1.11.0" ,
2625 "ramda" : " ^0.23.0" ,
2726 "source-map-support" : " ^0.4.8" ,
28- "webpack" : " ^ 2.2.0-rc.3" ,
27+ "webpack" : " 2.2.0-rc.3" ,
2928 "webpack-node-externals" : " ^1.5.4"
3029 }
3130}
You can’t perform that action at this time.
0 commit comments