mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
Upgrade QUnit to latest version
This commit is contained in:
parent
8ae445766f
commit
cc525b1a8d
145 changed files with 7569 additions and 6763 deletions
|
@ -35,8 +35,8 @@ export default function(name, opts) {
|
|||
|
||||
this.registry.register('store:main', store, { instantiate: false });
|
||||
|
||||
if (opts.setup) {
|
||||
opts.setup.call(this, store);
|
||||
if (opts.beforeEach) {
|
||||
opts.beforeEach.call(this, store);
|
||||
}
|
||||
|
||||
andThen(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue