diff options
Diffstat (limited to 'tests/specs/npm/workspace_basic/b/no-exports-sub-path-not-exists.out')
-rw-r--r-- | tests/specs/npm/workspace_basic/b/no-exports-sub-path-not-exists.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/workspace_basic/b/no-exports-sub-path-not-exists.out b/tests/specs/npm/workspace_basic/b/no-exports-sub-path-not-exists.out new file mode 100644 index 000000000..f98aa34cb --- /dev/null +++ b/tests/specs/npm/workspace_basic/b/no-exports-sub-path-not-exists.out @@ -0,0 +1,3 @@ +[# not the best error, but it did resolve because there was no exports specified] +error: Module not found "file:///[WILDLINE]/c/non-existent". + at file:///[WILDLINE]/b/no-exports-sub-path-not-exists.ts:1:20 |