Skip to content

Commit 5e9aeea

Browse files
authored
Remove a gerund in with-jest README
1 parent 40c3264 commit 5e9aeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/with-jest/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)