summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps/no_unstable_flag.ts
blob: 737efba117bd68c18011dd7ed8d20e15d0f2d4c0 (plain)
1
2
3
4
Deno.test("description", async (t) => {
  // deno-lint-ignore no-explicit-any
  await (t as any).step("step", () => {});
});