antoniputra / sample-ts-testing

An example of how to testing a typescript code using chai mocha and jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

after you clone this repo, then all you need to do is just:

  1. npm install

Running test

For Chai:

npm test

For Jest:

npm run test-jest

About

An example of how to testing a typescript code using chai mocha and jest


Languages

Language:TypeScript 85.4%Language:JavaScript 14.6%