Fix order-dependent Jasmine failure due to missing translation key
There must be another Jasmine spec that modifies the locale without loading the default afterwards.
This commit is contained in:
parent
2b352b86ae
commit
09ecaec0b5
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
describe("app", function() {
|
||||
beforeAll(function() {
|
||||
Diaspora.I18n.load(spec.defaultLocale, "en");
|
||||
});
|
||||
|
||||
afterAll(function() {
|
||||
Backbone.history.stop();
|
||||
app.initialize();
|
||||
|
|
|
|||
Loading…
Reference in a new issue