easily-expect
Advanced tools
Comparing version
@@ -81,4 +81,6 @@ 'use strict' | ||
} | ||
exports.checkEmpty = require('./checkEmpty') | ||
exports.checkNotEmpty = require('./checkNotEmpty') | ||
exports.init = data => { | ||
cacheData = data | ||
} |
{ | ||
"name": "easily-expect", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "You can easily use expect", | ||
@@ -35,3 +35,9 @@ "main": "index.js", | ||
"standard": "^10.0.3" | ||
}, | ||
"standard": { | ||
"ignore": [ | ||
"checkEmpty.js", | ||
"checkNotEmpty.js" | ||
] | ||
} | ||
} |
@@ -52,1 +52,3 @@ [](https://travis-ci.org/KSH-code/easily-expect) | ||
* [checkAbove](https://github.com/KSH-code/easily-expect/blob/master/test/checkAbove.test.js) | ||
* [checkEmpty](https://github.com/KSH-code/easily-expect/blob/master/test/checkEmpty.test.js) | ||
* [checkNotEmpty](https://github.com/KSH-code/easily-expect/blob/master/test/checkNotEmpty.test.js) |
12907
11.86%18
28.57%262
18.55%54
3.85%