Bootstrap deps
This commit is contained in:
parent
403befab03
commit
794dd77f9c
11 changed files with 65 additions and 1 deletions
|
@ -2,4 +2,5 @@ import Ember from 'ember';
|
|||
|
||||
export default function destroyApp(application) {
|
||||
Ember.run(application, 'destroy');
|
||||
server.shutdown();
|
||||
}
|
||||
|
|
6
tests/helpers/flash-message.js
Normal file
6
tests/helpers/flash-message.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import Ember from 'ember';
|
||||
import FlashObject from 'ember-cli-flash/flash/object';
|
||||
|
||||
const { K } = Ember;
|
||||
|
||||
FlashObject.reopen({ init: K });
|
Loading…
Add table
Add a link
Reference in a new issue