summaryrefslogtreecommitdiff
path: root/tests/specs/lockfile/frozen_lockfile/jsr-dynamic.ts
blob: 95d4dd02ce84a5e6b0ad1dea6927b9b81f3150aa (plain)
1
2
const scheme = "jsr:";
const { add } = await import(scheme + "@denotest/add@1");