mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Set momentJS locale to en during unit test runs
This commit is contained in:
parent
ae27f90efe
commit
604694630b
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ window.isPhantom = /phantom/i.test(navigator.userAgent);
|
|||
OC.TestUtil = TestUtil;
|
||||
}
|
||||
|
||||
moment.locale('en');
|
||||
|
||||
// reset plugins
|
||||
OC.Plugins._plugins = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue