Skip to content

Commit bd39459

Browse files
Formally randomize test order, so Jest prints a seed for local reproducibility of CI
1 parent a84f757 commit bd39459

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)