mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
'use strict';
|
||
|
|
||
|
// We have set timezone to make sure tests are correct
|
||
|
|
||
|
process.env.TZ = 'UTC';
|