Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo authored Apr 17, 2023
1 parent 0c1cecf commit 1b701c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ If these issues don't matter for your intended use, or you know how to fix them,
- [Jest plugin](https://www.npmjs.com/package/eslint-plugin-jest)
- [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) to make Prettier and ESLint play nice together.
- [Jest](https://jestjs.io) (can be substituted with [`tap`](https://www.npmjs.com/package/tap))
- Accompanied by [Supertest](https://www.npmjs.com/package/supertest) to test API calls. Not needed if you do proper DI with something like [NestJS](https://nestjs.com/).
- [GitHub Action workflows](https://github.com/features/actions) set up to run tests and formatting+linting on push

## Running the app
Expand All @@ -43,7 +42,7 @@ npm run start

## Testing

### Jest with supertest
### Jest

```
npm run test
Expand Down

0 comments on commit 1b701c5

Please sign in to comment.