Set momentJS locale to en during unit test runs

remotes/origin/handlebars-approach
Vincent Petry 11 years ago committed by Arthur Schiwon
parent ae27f90efe
commit 604694630b
  1. 2
      core/js/tests/specHelper.js

@ -121,6 +121,8 @@ window.isPhantom = /phantom/i.test(navigator.userAgent);
OC.TestUtil = TestUtil;
}
moment.locale('en');
// reset plugins
OC.Plugins._plugins = [];

Loading…
Cancel
Save