summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps/no_unstable_flag.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/steps/no_unstable_flag.ts')
-rw-r--r--cli/tests/testdata/test/steps/no_unstable_flag.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/steps/no_unstable_flag.ts b/cli/tests/testdata/test/steps/no_unstable_flag.ts
new file mode 100644
index 000000000..737efba11
--- /dev/null
+++ b/cli/tests/testdata/test/steps/no_unstable_flag.ts
@@ -0,0 +1,4 @@
+Deno.test("description", async (t) => {
+ // deno-lint-ignore no-explicit-any
+ await (t as any).step("step", () => {});
+});