Commit da3faca7 authored by Takuya Noguchi's avatar Takuya Noguchi

Set timezone for karma to UTC

parent ba02e3a5
---
title: Set timezone for karma to UTC
merge_request: 16602
author: Takuya Noguchi
type: other
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment