testing-node-apps icon indicating copy to clipboard operation
testing-node-apps copied to clipboard

Test Node.js Backends on TestingJavaScript.com

Results 11 testing-node-apps issues
Sort by recently updated
recently updated
newest added

Replace all references to `master` with currently in use branch name `main`.

starting jest27, instead of `jest-in-case`, `test.each` can be used because it doesn't require any extra library

There are so annoying while running the test and faker warn about deprecated methods, for instance, ![Screen Shot 2021-12-07 at 11 54 42 AM](https://user-images.githubusercontent.com/6449655/144969486-e62dcfbf-1077-43be-ad91-01f4a1878e8d.png) This commit tend to fixed all...

I might be reading this wrong, but it seems to me there is a typo since `getAuthRouter` doesn't exist anywhere on the repo.

Running through the Test Node Backend course and I was getting the following error: `algorithms should be set` Adding a specific algorithm to the JWT constructor fixes this.

remove "add" from the sentence "... add adding that `listItem` to the `req` so later middleware can access it." on line 46

Fix typo on the `list-items-controller.md` file

Fix typo on docs

But when I explicitly run `npm run test:exercise:watch`, watch mode runs just like in the video.