ava-fast-check
Advanced tools
{ | ||
"name": "ava-fast-check", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": " Property based testing for AVA based on fast-check", | ||
@@ -33,3 +33,3 @@ "main": "lib/ava-fast-check.js", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.1.0-dev.20180905" | ||
"typescript": "^3.1.6" | ||
}, | ||
@@ -36,0 +36,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ # Property based testing for AVA based on [fast-check](https://github.com/dubzzz/fast-check/) | ||
// for all a, b, c strings | ||
// b is a sustring of a + b + c | ||
// b is a substring of a + b + c | ||
testProp('should detect the substring', [fc.string(), fc.string(), fc.string()], (a, b, c) => { | ||
@@ -26,0 +26,0 @@ return (a + b + c).includes(b); |
16562
-0.07%