Skip to content

Commit

Permalink
Update deno types
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Aug 7, 2023
1 parent ee3f6f6 commit cd85e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/deno-e2e/worker/workerSandbox_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@

/// <reference types="deno-types" />

import * as assert from 'https://deno.land/[email protected]/testing/asserts.ts';
// @deno-types="../../../dist/exports/worker.d.ts"
import m from '../../../dist/exports/worker.mjs';

import * as assert from 'https://deno.land/[email protected]/testing/asserts.ts';
import assertRejectsWithFactory from '../../lib/assertRejectsWithFactory.ts';
import baseTests from '../../lib/baseTests.json' assert { type: 'json' };
import wrapper from '../../lib/wrapper.ts';
Expand Down

0 comments on commit cd85e29

Please sign in to comment.