dx: solved flaky test caused by changing file timestamp
Massimo Melina committed
Jan 26, 2026 at 12:14 UTC
016073ff4d0122d86c58bf175733e6af4cddbdca
1 file changed
+1
e2e/common.ts
+1
@@ -17,4 +17,5 @@ export function clearUploads() {
17
18
export function resetTimestamp() {
19
fs.utimesSync('tests', t, t);
20
+ fs.utimesSync('tests/alfa.txt', t, t);
21
}
\ No newline at end of file