jest-matcher-one-of
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "src/index.js", | ||
@@ -24,3 +24,3 @@ "author": "Daniel Li <dan@danyll.com>", | ||
"fix": "npm run lint -- --fix", | ||
"lint": "eslint src/index.js", | ||
"lint": "eslint src/*.js", | ||
"test": "npm run lint && jest" | ||
@@ -27,0 +27,0 @@ }, |
@@ -16,2 +16,2 @@ require('.'); | ||
expect(1).not.toBeOneOf(2); | ||
}); | ||
}); |
36
2.86%105206
0