Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 23, 2023
1 parent 938c821 commit 4056bdb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/bundle_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ Deno.test({
});

Deno.test({
name: "minified json import",
fn: testBundle(
resolveFixture("json_import.ts"),
{ minify: true },
async ({ outputFileUrl }) => {
const output = await runModule(outputFileUrl);
assertStringIncludes(output, "with space");
},
),
name: "minified json import",
fn: testBundle(
resolveFixture("json_import.ts"),
{ minify: true },
async ({ outputFileUrl }) => {
const output = await runModule(outputFileUrl);
assertStringIncludes(output, "with space");
},
),
});

Deno.test({
Expand Down

0 comments on commit 4056bdb

Please sign in to comment.