diff options
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/test/steps/no_unstable_flag.out | 13 | ||||
| -rw-r--r-- | cli/tests/testdata/test/steps/no_unstable_flag.ts | 4 |
2 files changed, 0 insertions, 17 deletions
diff --git a/cli/tests/testdata/test/steps/no_unstable_flag.out b/cli/tests/testdata/test/steps/no_unstable_flag.out deleted file mode 100644 index 8fe6ba4f7..000000000 --- a/cli/tests/testdata/test/steps/no_unstable_flag.out +++ /dev/null @@ -1,13 +0,0 @@ -[WILDCARD] -running 1 test from [WILDCARD]/no_unstable_flag.ts -test description ... FAILED ([WILDCARD]) - -failures: - -description -Error: Test steps are unstable. The --unstable flag must be provided. - at [WILDCARD] - -failures: - -[WILDCARD] diff --git a/cli/tests/testdata/test/steps/no_unstable_flag.ts b/cli/tests/testdata/test/steps/no_unstable_flag.ts deleted file mode 100644 index 737efba11..000000000 --- a/cli/tests/testdata/test/steps/no_unstable_flag.ts +++ /dev/null @@ -1,4 +0,0 @@ -Deno.test("description", async (t) => { - // deno-lint-ignore no-explicit-any - await (t as any).step("step", () => {}); -}); |
