Skip to content

Temme tests

Oussama Essamadi edited this page Dec 29, 2018 · 1 revision

Testing


Temme uses the jest library for unit testing, a set of ready and testable unit tests are available and can be run via the following npm script:

npm run test

or

npm test

That run tests on the most met use cases of Temme for what includes parsing, referencing and validation. A sandbox environment can also be made use of here.

Clone this wiki locally