Skip to content

Commit

Permalink
ci: fix syntax alert
Browse files Browse the repository at this point in the history
  • Loading branch information
xCykrix committed Oct 12, 2024
1 parent 734e489 commit cbb185d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Deno.test('mod.ts production', async (t) => {
const output = await proc.output();
stdout = stripAnsiCode(decoder.decode(output.stdout).trim());
stderr = stripAnsiCode(decoder.decode(output.stderr).trim());
code = output.code;
},
});
await t.step({
Expand Down

0 comments on commit cbb185d

Please sign in to comment.