Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

[Fix] Configure fixed timezone for jest testing #163

Merged
merged 1 commit into from
Oct 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions kibana-reports/test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* permissions and limitations under the License.
*/

process.env.TZ = 'America/Los_Angeles';

module.exports = {
rootDir: '../',
setUpFiles: ['<rootDir>/test/setupTests.ts'],
Expand Down