mockingjs
v0.1.9
Published
A simple, basic and usable mocking library in the spirit of PHPUnit's getMockBuilder
Downloads
6
Maintainers
Readme
mockingjs
A simple javascript mocking library.
Installation
npm install coming soon.
git clone https://github.com/bryonbean/mockingjs.git
Todo
- [ ] Set return values for mocks
- [ ] Rename Profile class
- [x] Create npm package
- [x] Add CI
- [ ] Refactor index.js
- [ ] Document index.js
- [ ] Refactor track property into its own class
- [ ] Finish README.md