Skip to content
Snippets Groups Projects
Commit da3faca7 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Set timezone for karma to UTC

parent ba02e3a5
No related branches found
No related tags found
No related merge requests found
---
title: Set timezone for karma to UTC
merge_request: 16602
author: Takuya Noguchi
type: other
Loading
Loading
@@ -18,6 +18,8 @@ webpackConfig.devtool = 'cheap-inline-source-map';
 
// Karma configuration
module.exports = function(config) {
process.env.TZ = 'Etc/UTC';
var progressReporter = process.env.CI ? 'mocha' : 'progress';
 
var karmaConfig = {
Loading
Loading
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