Skip to content

Commit

Permalink
test: fix set seed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 29, 2024
1 parent d358fa3 commit cf2c937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/WordCloudController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe('default', () => {
{
label: '',
data: words.map((_, i) => 10 + (i / words.length) * 90),
randomRotationSeed: 'x',
},
],
};
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf2c937

Please sign in to comment.