summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/no_run.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/no_run.out')
-rw-r--r--cli/tests/testdata/test/no_run.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/no_run.out b/cli/tests/testdata/test/no_run.out
new file mode 100644
index 000000000..5edf03fe0
--- /dev/null
+++ b/cli/tests/testdata/test/no_run.out
@@ -0,0 +1,5 @@
+Check [WILDCARD]/test/no_run.ts
+error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
+const _value: string = 1;
+ ~~~~~~
+ at [WILDCARD]/test/no_run.ts:1:7