Itako
Installation
npm install itako --save
Stacktrace was broken
node
> require('itako')('error')
# TypeError: Cannot convert undefined or null to object
# at f (/Users/itakojs/itako/lib/index.js:1:2469)
published code is compressed and the source map is provided. not supported by the sourcemap in NodeJS. but this resolved in the node-source-map-support.
npm install source-map-support --save-dev
import 'source-map-support/register';
or...
$ mocha --require source-map-support/register
Development
Requirement global
- NodeJS v5.10.0
- Npm v3.8.3
git clone https://github.com/itakojs/itako
cd itako
npm install
npm test