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

Unified Diff: test/.eslintrc.json

Issue 29866577: Issue 6887 - add Chrome to "npm test" (Closed)
Patch Set: Removed unused this.platform Created Sept. 1, 2018, 3:12 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/all.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/.eslintrc.json
diff --git a/qunit/.eslintrc.json b/test/.eslintrc.json
similarity index 51%
copy from qunit/.eslintrc.json
copy to test/.eslintrc.json
index 99022c703d25cbcbe23b615601a1f5c08539f8de..7eeefc33b66c055f211388c46d17b50c45db7c25 100644
--- a/qunit/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -1,5 +1,5 @@
{
"env": {
- "qunit": true
+ "mocha": true
}
}
« no previous file with comments | « package.json ('k') | test/all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld