Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Testing

There are two types of tests in the Chooser: unit tests and integration tests.

Useful Commands and Tips

If you want to run only unit tests, use:

$ npm run test:unit

If you want to run only integration tests, use:

$ npm run test:e2e