commit | 43ef4e9047a4d26709df0556e91d09430bf751c5 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Mon Jul 03 11:53:07 2017 +0530 |
committer | GitHub <noreply@github.com> | Mon Jul 03 11:53:07 2017 +0530 |
tree | 454ba4c08353051a4ab06a1ea3310faf62d79249 | |
parent | 65f6f2a05ed9793e547cbe00e0d43aa125bcbf82 [diff] [blame] |
Added first UI tests (#9532) * [wip] * [tests] wip * [ui-tests] first-cut * [minor] remove old tests
diff --git a/.eslintrc b/.eslintrc index 452f3ec..c9cd552 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -131,6 +131,7 @@ "getCookies": true, "get_url_arg": true, "get_server_fields": true, - "set_multiple": true + "set_multiple": true, + "QUnit": true } }