summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/doc/referenced_private_types_lint.out4
-rw-r--r--cli/tests/testdata/doc/use_import_map.out2
2 files changed, 2 insertions, 4 deletions
diff --git a/cli/tests/testdata/doc/referenced_private_types_lint.out b/cli/tests/testdata/doc/referenced_private_types_lint.out
index bb8c599f4..3b1273e22 100644
--- a/cli/tests/testdata/doc/referenced_private_types_lint.out
+++ b/cli/tests/testdata/doc/referenced_private_types_lint.out
@@ -1,6 +1,4 @@
-Type is not exported, but referenced by an exported type.
- at file:///[WILDCARD]/referenced_private_types.ts:1:1
-
+Type 'MyClass' references type 'MyInterface' which is not exported from a root module.
Missing JS documentation comment.
at file:///[WILDCARD]/referenced_private_types.ts:5:1
diff --git a/cli/tests/testdata/doc/use_import_map.out b/cli/tests/testdata/doc/use_import_map.out
index c27a313f4..9509d5bfe 100644
--- a/cli/tests/testdata/doc/use_import_map.out
+++ b/cli/tests/testdata/doc/use_import_map.out
@@ -1,5 +1,5 @@
Defined in [WILDCARD]/doc/module/fun.js:2:1
-function fun(_a, _b)
+function fun(_a, _b): void
This is some documentation