summaryrefslogtreecommitdiff
path: root/tests/specs/npm/workspace_dep_aliases/b/index.js
blob: 5645c0876fc2a618e69286f33e996ab53e0f16df (plain)
1
2
3
import { add } from "addPkg";

console.log(`1 + 2 = ${add(1, 2)}`);