aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/resizable/resizable_test_helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-18/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-3/+6
| | | | | Ref #10119 Ref gh-1528
* Resizable: Convert tests to new infrastructureScott González2015-04-091-1/+5
| | | | | Ref #10119 Ref gh-1528
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+1
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Dev: update jquery.simulate.js to latest version from ↵Mike Sherov2012-12-121-0/+1
| | | | http://github.com/jquery/jquery-simulate
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-11/+6
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+15
Fixed #8770 Dev: Remove globals and Standardize Test Suite