2.4.1 • Published 2 years ago
mocha-jested v2.4.1
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