This repository was archived by the owner on Jan 31, 2019. It is now read-only.
Commit 90624b7
committed
allow runtime override of Ember.I18n
Do not destructure before exporting.
Fixes using `ember-i18n`.
Otherwise the workaround [described
here](https://github.com/DockYard/ember-validations/issues/366#issuecomment-169869004)
using `ember-i18n` does not work. When running multiple tests,
ember-validations will use a destroyed version of `i18n` from the 1st
test run.1 parent 8e9b383 commit 90624b7
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments