mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
review comment 2
This commit is contained in:
parent
94ce114d30
commit
498e6e9994
3
tests/testdata/test/fail_color.ts
vendored
3
tests/testdata/test/fail_color.ts
vendored
@ -2,8 +2,7 @@ Deno.test("fail color", () => {
|
||||
throw new Error(`RedMessage: \x1b[31mThis should be red text\x1b[39m`);
|
||||
});
|
||||
|
||||
// deno-lint-ignore no-explicit-any
|
||||
Deno.test("step fail color", async (t: any) => {
|
||||
Deno.test("step fail color", async (t) => {
|
||||
await t.step("step", () => {
|
||||
throw new Error(`RedMessage: \x1b[31mThis should be red text\x1b[39m`);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user