mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
ES6: Tests
This commit is contained in:
parent
3b46b5ecbf
commit
b8bfbcb3cb
@ -114,3 +114,10 @@ QUnit.testDone(function() {
|
|||||||
Ember.run.debounce = origDebounce;
|
Ember.run.debounce = origDebounce;
|
||||||
window.sandbox.restore();
|
window.sandbox.restore();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Load ES6 tests
|
||||||
|
Ember.keys(requirejs.entries).forEach(function(entry) {
|
||||||
|
if ((/\-test/).test(entry)) {
|
||||||
|
require(entry, null, null, true);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user