Skip to content

Commit

Permalink
Fix import of worker in tests (cloudflare#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
efkann authored Nov 3, 2022
1 parent 2f37d81 commit 26735ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker-typescript/test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { worker } from '../src/index';
import worker from '../src/index';

test('GET /', async () => {
const req = new Request('http://falcon', { method: 'GET' });
Expand Down

0 comments on commit 26735ff

Please sign in to comment.