This repository was archived by the owner on Jan 31, 2019. It is now read-only.
Commit cc20dfc
committed
destructure Ember.I18n each time render is called
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 cc20dfc
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments