semtest
Version:
NodeJs Unit test framework combining Tape, Proxyquire and Sinon
36 lines (26 loc) • 1.09 kB
Markdown
[PLANNED MODIFICIATIONS]
Highest priority:
Normal priority:
- [FEATURE]: Split all utility function into a separate module (or find one
that does the same job, but surely better :P)
- [FEATURE]: Add a "only" method on function level (for the moment it's only on
assertion level)
- [FEATURE]: Add a "only" method on module level (for the moment it's only on
assertion level)
[3.0.2]
- [FIX]: Fix missing dist files in npm package
[3.0.1]
- [FIX]: Fix missing "when" in descriptions for assertions that rely on it
[3.0.0]
- [MAJOR]: Remove prepareForTests public method since proxyquire is not
compatible with the new import/export module syntax
- [MAJOR]: Remove uselesstest wrapping in assertion declaration
- [REFACTOR]: Convert to full ES2015 with Babel
- [FEATURE]: Make "when" property optionnal to handle assertions that are always true
[2.0.1]
- [CHORE]: Have a proper lint/test/build/publish pipeline
[2.0.0]
- [CHORE]: Fix package.json missings dependencies
- [DOC]: Add a README.md
[1.0.0]
- [FEATURE]: Split all code from Semverse and make it an independent project