aboutsummaryrefslogtreecommitdiffstats
path: root/test/.eslintrc.json
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2019-03-11 20:03:54 +0100
committerGitHub <noreply@github.com>2019-03-11 20:03:54 +0100
commit0ec25abba212efde462a8abcf3376f50116fd6c4 (patch)
treeca3667e28336695a713bd55b88269ee33ba9f1c9 /test/.eslintrc.json
parent84b6a0beb1de193520bb5541c841cbecc7195a5b (diff)
downloadjquery-0ec25abba212efde462a8abcf3376f50116fd6c4.tar.gz
jquery-0ec25abba212efde462a8abcf3376f50116fd6c4.zip
Build: Run the basic test suite in jsdom
The basic test suite is now run in jsdom on all supported Node.js versions (8, 10 & 11 as of now). Closes gh-4310
Diffstat (limited to 'test/.eslintrc.json')
-rw-r--r--test/.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/.eslintrc.json b/test/.eslintrc.json
index 2c724626f..a23ea5f98 100644
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -55,7 +55,10 @@
"overrides": [
{
- "files": ["data/core/jquery-iterability-transpiled-es6.js"],
+ "files": [
+ "data/core/jquery-iterability-transpiled-es6.js",
+ "data/testinit-jsdom.js"
+ ],
"parserOptions": {
"ecmaVersion": 2015
}