chai-throw-async
chai-throw-async
is an async exception catcher for Chai
npm install @miriamjs/chai-throw-async
Developing this Package
Watchman Configuration
In order to use chai-throw-async
in your project while also developing it:
cd /my/local/spot
git clone git@github.com:miriamjs/chai-throw-async.git chai-throw-async
brew uninstall watchman
brew update && brew upgrade
brew install --HEAD watchman
npm i -g wml
wml add <src> <dst>
wml list
wml start