diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-08 03:26:29 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-09-08 04:06:20 +0300 |
commit | c8d15a2f9f108e90d3651c31e4abf45415a30fde (patch) | |
tree | 695a8bf692b069ba41058195463fe3646be18542 /test/.jshintrc | |
parent | 3dd3d1357d027a487559516fcdd9064cc792edab (diff) | |
download | jquery-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/.jshintrc | 13 |
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, |