Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Nov 14, 2024
1 parent 76fd46a commit 74fc549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/determine-tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ const atomicSourceComponents = join('packages', 'atomic', 'src', 'components');

try {
if (runAllTests) {
throw new RunAllTestsInMergeQueue();
throw new RunAllTestsInMergeQueueError();
}

const testFiles = findAllTestFiles(atomicSourceComponents);
Expand Down

0 comments on commit 74fc549

Please sign in to comment.