Commit 9af08d6e authored by Sean Roberts's avatar Sean Roberts Committed by GitHub

Merge pull request #267 from hypothesis/no-exclusive-tests

Add eslint rule to raise a warning if any of the tests are using the …
parents b75c729a c42fa90c
......@@ -2,5 +2,11 @@
"extends": "hypothesis",
"globals": {
"Set": false
}
},
"plugins": [
"mocha"
],
"rules": {
"mocha/no-exclusive-tests": "error"
},
}
......@@ -1920,6 +1920,12 @@
"resolved": "https://registry.npmjs.org/eslint-config-hypothesis/-/eslint-config-hypothesis-1.0.0.tgz",
"dev": true
},
"eslint-plugin-mocha": {
"version": "4.8.0",
"from": "eslint-plugin-mocha@>=4.8.0 <5.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-4.8.0.tgz",
"dev": true
},
"esmangle-evaluator": {
"version": "1.0.0",
"from": "esmangle-evaluator@>=1.0.0 <2.0.0",
......@@ -5698,6 +5704,12 @@
"resolved": "https://registry.npmjs.org/raf/-/raf-3.2.0.tgz",
"dev": true
},
"ramda": {
"version": "0.22.1",
"from": "ramda@>=0.22.1 <0.23.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.22.1.tgz",
"dev": true
},
"randomatic": {
"version": "1.1.5",
"from": "randomatic@>=1.1.3 <2.0.0",
......@@ -7174,7 +7186,7 @@
"dev": true,
"dependencies": {
"natives": {
"version": "1.10.0",
"version": "1.1.0",
"from": "natives@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
"dev": true
......
......@@ -42,6 +42,7 @@
"escape-string-regexp": "^1.0.5",
"eslint": "^3.0.1",
"eslint-config-hypothesis": "^1.0.0",
"eslint-plugin-mocha": "^4.8.0",
"exorcist": "^0.4.0",
"express": "^4.14.1",
"extend": "^2.0.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment