summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workspace_basic/b/exports-sub-path-not-exists.ts
blob: 716f0f97d30071f57f19e802a57dd7d82e2efeb7 (plain)
1
2
import * as a from "@denotest/a/non-existent";
console.log(a);