mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Upgrade ember-qunit
This commit is contained in:
parent
151597bf0f
commit
6a1c05a268
9 changed files with 341 additions and 75 deletions
|
@ -1,4 +1,9 @@
|
|||
import { mapRoutes } from 'discourse/mapping-router';
|
||||
|
||||
moduleFor("controller:poll-ui-builder", "controller:poll-ui-builder", {
|
||||
setup() {
|
||||
this.registry.register('router:main', mapRoutes());
|
||||
},
|
||||
needs: ['controller:modal']
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue