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: Created Sept. 1, 2018, 11:51 a.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') | test/all.js » ('J')
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 @@
{
Sebastian Noack 2018/09/01 12:26:33 Huh? It looks above that you moved this file from
tlucas 2018/09/01 14:46:44 I wondered as well - but the file is still there (
"env": {
- "qunit": true
+ "mocha": true
}
}
« no previous file with comments | « package.json ('k') | test/all.js » ('j') | test/all.js » ('J')

Powered by Google App Engine
This is Rietveld