Skip to content

Commit 8de1122

Browse files
Formally randomize test order, so Jest prints a seed for local reproducibility of CI
1 parent 461403b commit 8de1122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/jest.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ module.exports = {
3232
"/e2e/",
3333
"\\.config\\.(js|ts|cjs|mjs)$",
3434
],
35+
randomize: true,
3536
};

0 commit comments

Comments
 (0)