DEV: remove qunit rails fork and add a couple of async tests

This commit is contained in:
Sam
2018-04-23 16:42:25 +10:00
parent 0a442977b3
commit 54d153068a
9 changed files with 489 additions and 22 deletions

View File

@ -105,6 +105,10 @@ function selectKit(selector) { // eslint-disable-line no-unused-vars
};
return {
expandAwait: function() {
return expandSelectKit(selector);
},
expand: function() {
expandSelectKit(selector);
return selectKit(selector);