Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/.eslintrc.json

Issue 30025555: Issue 6820 - Move tests to mocha (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Rebased Created April 10, 2019, 6:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « package.json ('k') | test/browser.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/.eslintrc.json
===================================================================
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -1,9 +1,10 @@
{
"env": {
- "node": true
+ "node": true,
+ "mocha": true
},
"rules": {
"max-len": "off",
"no-console": "off"
}
}
« no previous file with comments | « package.json ('k') | test/browser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld