2.4.1 • Published 2 months ago

mocha-jested v2.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

mocha-jested

Bring some jest API to mocha.

Features

  • Hook beforeAll as before
  • Hook afterAll as after
  • it(string) as it.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
2.4.1

2 months ago

2.4.0

4 months ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago