Skip to content
Snippets Groups Projects
Commit 60469463 authored by Vincent Petry's avatar Vincent Petry Committed by Arthur Schiwon
Browse files

Set momentJS locale to en during unit test runs

parent ae27f90e
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,8 @@ window.isPhantom = /phantom/i.test(navigator.userAgent);
OC.TestUtil = TestUtil;
}
moment.locale('en');
// reset plugins
OC.Plugins._plugins = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment