mocha-jested
v2.4.1
Published
Bring some jest API to mocha
Downloads
7
Readme
mocha-jested
Bring some jest API to mocha.
Features
- Hook
beforeAll
asbefore
- Hook
afterAll
asafter
it(string)
asit.todo(string)
it.each(table)
Install
npm install --save-dev mocha-jested
Usage
Add --ui=mocha-jested
to your mocha
command
mocha --ui=mocha-jested src/*.spec.ts
TODO
- useFakeTimers