mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
DEV: remove qunit rails fork and add a couple of async tests
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user