diff options
Diffstat (limited to 'tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts')
-rw-r--r-- | tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts b/tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts new file mode 100644 index 000000000..716f0f97d --- /dev/null +++ b/tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts @@ -0,0 +1,2 @@ +import * as a from "@denotest/a/non-existent"; +console.log(a); |