Skip to content

Commit

Permalink
chore(toolkit): randomize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Feb 17, 2025
1 parent d0f7b97 commit 6767913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -966,15 +966,6 @@ const toolkitLib = configureProject(
esModuleInterop: false,
},
},

// Turn off randomization, these tests are order-dependent in some way
jestOptions: {
...genericCdkProps().jestOptions,
jestConfig: {
...genericCdkProps().jestOptions.jestConfig,
randomize: false,
},
},
}),
);

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/toolkit/jest.config.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6767913

Please sign in to comment.