This folder contains all the basic code samples to show how to create several basic jest tests with some of the tools provided by the framework such as:
- matchers
- setup & teardown
- async tests
- mocking
This demo project includes an ESLint basic configuration in place, it uses the Airbnb rule set for the static code analysis and code conventions.
This folder contains a sample Node api ready to use. It also includes a mongo Docker setup to have a MongoDB in place in order to run the api project.