Skip to content

Commit

Permalink
worker: typings
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 17, 2024
1 parent 4df5e77 commit a053528
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 @@ -95,8 +95,8 @@ test('run:start should log the version number', async (t) => {

// explicitly load package.json her
// because load-version does it a bit differently
// @ts-ignore
const { default: pkg } = await import('../../package.json', {
// @ts-ignore
with: { type: 'json' },
});

Expand Down

0 comments on commit a053528

Please sign in to comment.