testing-node-apps
testing-node-apps copied to clipboard
Test Node.js Backends on TestingJavaScript.com
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,  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.