cfa6a5b996
* Added unit tests for availability to string * Testing to see if extra toString() removes unicode * Replacing unicode space * Updated to regex * Reverted files that were not supposed to change * Reverted schema changes * Added comment * Type check * Change function call structure --------- Co-authored-by: alannnc <alannnc@gmail.com> |
||
---|---|---|
.. | ||
lib | ||
.env.test.example | ||
README.md | ||
docker-compose.yml | ||
jest-resolver.js | ||
jest-setup.js |
README.md
Unit and Integration Tests
Make sure you have copied .env.test.example to .env.test
You can run all jest tests as
yarn test
You can run tests matching specific description by following command
yarn test -t getSchedule
Tip: Use --watchAll
flag to run tests on every change