-
-
Notifications
You must be signed in to change notification settings - Fork 0
Temme tests
Oussama Essamadi edited this page Dec 29, 2018
·
1 revision
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.