summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/useUnknownInCatchVariables.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/useUnknownInCatchVariables.ts.out')
-rw-r--r--cli/tests/testdata/useUnknownInCatchVariables.ts.out5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/useUnknownInCatchVariables.ts.out b/cli/tests/testdata/useUnknownInCatchVariables.ts.out
deleted file mode 100644
index 3c29d3229..000000000
--- a/cli/tests/testdata/useUnknownInCatchVariables.ts.out
+++ /dev/null
@@ -1,5 +0,0 @@
-[WILDCARD]
-error: TS2571 [ERROR]: Object is of type 'unknown'.
- console.log(e.message);
- ^
- at file://[WILDCARD]/useUnknownInCatchVariables.ts:4:15