ptz-assert
Version:
ptz-assert is an assertion library for creating less verbose tests that wrappers npm assert
40 lines (24 loc) • 743 B
Markdown
## master
## 1.6.8 (April 28, 2017)
* Transpiling Typescript to esnext.
* Remove unnecessary if in notEmptyString.
* Add tests for:
- notContainsFind do not throw error when null array.
- notEmptyString when not string.
## 1.6.7 (April 24, 2017)
* Add containsFind.
* Add notContainsFind.
## 1.6.6 (April 19, 2017)
* Add custom error message to.
- notEmptyString,
- notEmptyArray,
- emptyArray
## 1.6.5 (April 7, 2017)
* Remove babel-node, babel-polyfill, babel-core and ptz-babel-register.
* Remove babel settings from package.json.
## 1.6.4 (April 7, 2016)
* Remove typings and gulp.
## 1.6.3 (March 30, 2016)
* Remove unnecessary dependency babel-loader.
## 1.0.0 (Nov 12, 2016)
* Initial public release.