Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jun 26, 2024
1 parent 99618e2 commit 4d2d57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background-plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*eslint-disable no-empty*/
import { CallContext, RESET, IMPORT_STATE, EXPORT_STATE, STORE, GET_BLOCK } from './call-context.ts';
import { PluginOutput, SAB_BASE_OFFSET, SharedArrayBufferSection, type InternalConfig } from './interfaces.ts';
import { withTimeout } from './utils';
import { withTimeout } from './utils.ts';
import { WORKER_URL } from './worker-url.ts';
import { Worker } from 'node:worker_threads';
import { CAPABILITIES } from './polyfills/deno-capabilities.ts';
Expand Down

0 comments on commit 4d2d57d

Please sign in to comment.