Set momentJS locale to en during unit test runs

This commit is contained in:
Vincent Petry 2015-08-06 15:45:41 +02:00 committed by Arthur Schiwon
parent ae27f90efe
commit 604694630b
1 changed files with 2 additions and 0 deletions

View File

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