Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to (Unit) Testing with JS

demos folder

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.

api folder

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.

About

Demo for a JS project testing setup and implementation.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages