intentionally-buggy-library
v0.0.10
Published
Practice contributing to open source by fixing bugs and making bugs for others to fix!
Downloads
12
Readme
Practice contributing to open source by fixing bugs and making bugs for others to fix!
npm install intentionally-buggy-library --save
To run in browser console add this in script tag at end of HTML body:
You can then open your console and run IBL methods i.e.:
IBL.reverse('hello world')
For use in Node.js:
const IBL = require('intentionally-buggy-library')
running tests:
For live testing:
npm run test:dev
Otherwise:
npm test