JS Test


Jest

for javascript.

https://github.com/jestjs/jest

TS Jest

for typescript.

https://github.com/kulshekhar/ts-jest


jasmine

A JavaScript Testing Framework

https://github.com/jasmine/jasmine

install jasmine to devDependencies

$ npm install --save-dev jasmineinit 

jasmine in project

$ npx jasmine init

set jasmine as test script in package.json

> "scripts": { "test": "jasmine" } 

run test

$ npm test
Designed by Canux