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