chai-register
v0.0.1
Published
Register chai methods globally
Downloads
58
Readme
chai-register
Register hook for NodeJS chai package. Expose assert
and expect
functions globally.
Install
npm i -D chai-register
Usage
Now you can simple include line below in your mocha.opts
file:
--require chai-register