Skip to content

Commit

Permalink
worker: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 7, 2023
1 parent ff50297 commit caeea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-worker/test/events/run-start.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ test('also logs the version number', async (t) => {
t.log(message);
// This just a light test of the string to make sure it's here
// It uses src/util/versions, which is tested elsewhere
t.regex(message, /(node\.js).+(worker).+(engine).+(compiler)/is);
t.regex(message, /(node\.js).+(worker).+(engine)/is);
});

0 comments on commit caeea15

Please sign in to comment.