You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AC-391: Static test to cover "deprecated" jQuery methods
- Improved static test coverage:
- Removed jQuery.load(handler) test as jQuery.load(handler) is a valid function
- Removed jQuery.error(handler) test as jQuery.error(msg) is a valid function
- Added static tests for $.isFunction, $.type, $.parseJson, $.isArray
- Added test for $.expr[':'] and $.expr.filters
0 commit comments