aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable_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/+7
| | | | | Ref #10119 Ref gh-1528
* Droppable: 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.
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-2/+2
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+10
Fixed #8770 Dev: Remove globals and Standardize Test Suite