Skip to content

Commit

Permalink
fix: rename wrong script name
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Nov 23, 2021
1 parent d857c7c commit 6edba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_test.ts
Expand Up @@ -82,7 +82,7 @@ Deno.test("tsconfig", async () => {
});

Deno.test("import map", async () => {
const output = await runScript("import_map");
const output = await runScript("importMap");
assertStringIncludes(output, expectedOutput);
});

Expand Down

0 comments on commit 6edba1c

Please sign in to comment.