Skip to content

Commit

Permalink
Update build_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Oct 20, 2023
1 parent 3ef9d68 commit 4da824a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/build_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Deno.test("build hook tests", async (t) => {
});

await tt.step(
"should invoke `deno bundle` once per non-API function",
"should invoke `esbuild` once per non-API function",
async () => {
const protocol = MockProtocol();
const manifest = {
Expand Down

0 comments on commit 4da824a

Please sign in to comment.