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