mocha-jested
v2.4.1
Published
Bring some jest API to mocha
Readme
mocha-jested
Bring some jest API to mocha.
Features
- Hook
beforeAllasbefore - Hook
afterAllasafter it(string)asit.todo(string)it.each(table)
Install
npm install --save-dev mocha-jestedUsage
Add --ui=mocha-jested to your mocha command
mocha --ui=mocha-jested src/*.spec.tsTODO
- useFakeTimers
