We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c3264 commit 5e9aeeaCopy full SHA for 5e9aeea
examples/with-jest/README.md
@@ -23,6 +23,6 @@ This is an example of how to use the Jest test framework with Backpack.
23
**Points of Interest:**
24
25
- New `.babelrc` file with `presets: ["backpack-core/babel"]`
26
- - Adding `babel-jest` and `jest-cli` to devDependencies in `package.json`
+ - Add `babel-jest` and `jest-cli` to devDependencies in `package.json`
27
- Add `"jest"` section to `package.json` to manage Jest configuration
28
- - Demonstrates how to do an HTTP test with `supertest-as-promised`
+ - Demonstrate how to write HTTP test with `supertest-as-promised`
0 commit comments