richard-gutan / test-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test framework written in TDD way. No dependencies other than TypeScript/NodeJS.

To run in watch mode:

npm i
npm start

To run manually:

npm i
npm run compile
npm run test

About


Languages

Language:TypeScript 100.0%