0.1.2 • Published 8 years ago

@miriamjs/chai-throw-async v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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