Skip to content

Set timezone as GMT in Jest config file

Fatih Acet requested to merge 59952 into master

What does this MR do?

Some of the Jest specs which use Date comparison used to fail in locally. However, they pass in GitLab CI because GitLab CI uses a different timezone than the timezone others use locally.

This MR sets the timezone to GMT which makes the specs pass locally.

Closes #59952 (closed)

Edited by Fatih Acet

Merge request reports

Loading