Skip to content

Commit 88f1d30

Browse files
committed
test(jest): set timezone for stable snapshots
Signed-off-by: Adam Setch <[email protected]>
1 parent 98ed317 commit 88f1d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Jest Global Setup
33
* This runs once before all test suites
4-
* Sets timezone to UTC for consistent date/time in tests and snapshots
54
*/
65
export default () => {
6+
// Sets timezone to UTC for consistent date/time in tests and snapshots
77
process.env.TZ = 'UTC';
88
};

0 commit comments

Comments
 (0)