mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
c25c0a76a8
* changed do @babel/preset-env * runned lint fix * added beforeEach in ui-config-store-test
7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
'use strict';
|
|
|
|
// We have set timezone to make sure tests are correct
|
|
module.exports = () => {
|
|
process.env.TZ = 'UTC';
|
|
};
|