aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-09-08 03:26:29 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-09-08 04:06:20 +0300
commitc8d15a2f9f108e90d3651c31e4abf45415a30fde (patch)
tree695a8bf692b069ba41058195463fe3646be18542 /test/.jshintrc
parent3dd3d1357d027a487559516fcdd9064cc792edab (diff)
downloadjquery-c8d15a2f9f108e90d3651c31e4abf45415a30fde.tar.gz
jquery-c8d15a2f9f108e90d3651c31e4abf45415a30fde.zip
Tests: further improvements QUnit 2.0 migration
* Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb
Diffstat (limited to 'test/.jshintrc')
-rw-r--r--test/.jshintrc13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/.jshintrc b/test/.jshintrc
index 6b380d6ba..5516f8404 100644
--- a/test/.jshintrc
+++ b/test/.jshintrc
@@ -27,17 +27,6 @@
"Promise": false,
"Symbol": false,
"QUnit": false,
- "ok": false,
- "equal": false,
- "asyncTest": false,
- "notEqual": false,
- "deepEqual": false,
- "strictEqual": false,
- "notStrictEqual": false,
- "start": false,
- "stop": false,
- "expect": false,
- "throws": false,
"ajaxTest": false,
"testIframe": false,
"testIframeWithCallback": false,
@@ -52,8 +41,6 @@
"jQuery": true,
"sinon": true,
- "module": true,
- "test": true,
"amdDefined": true,
"fireNative": true,
"Globals": true,