express-tdd
express-tdd copied to clipboard
Github repo for the Nodejs Express TDD course with Jest on Udemy
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...
According to the Jest's docs toHaveBeenCalledWith goes under the alias toBeCalledWith: https://jestjs.io/docs/en/expect#tohavebeencalledwitharg1-arg2-. This might be the best approach for clarification and consistency.