Set up ember-cli-flash
This commit is contained in:
parent
a8fdff6be0
commit
c1b180ebac
11 changed files with 45 additions and 14 deletions
3
tests/helpers/flash-message.js
Normal file
3
tests/helpers/flash-message.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import FlashObject from 'ember-cli-flash/flash/object';
|
||||
|
||||
FlashObject.reopen({ _destroyLater: null });
|
Reference in a new issue