1.0.3 • Published 7 years ago

still-not v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

view on npm downloads per month node version build status test coverage license

still-not

undefined is not a function and it's likely to remain so forever

Usage

require('still-not')

undefined()

And then stack traces of related uncaught exceptions will look similar to the following:

TypeError: undefined is _still_ not a function
    at Object.<anonymous> (/Users/schwarzkopfb1/Projects/still-not/test/basic.js:9:5)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

Installation

With npm:

npm install still-not

Tests

Run the unit test suite:

npm test

Run unit tests and create coverage report:

npm run cover && open ./coverage/lcov-report/index.html

License

MIT