summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/add.ts
blob: ce70a43ec3d120c3f4203a98e2d4f43c070a9880 (plain)
1
2
import { add } from "npm:@denotest/add@1";
console.log(`1 + 2 = ${add(1, 2)}`);