diff options
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/add.ts')
-rw-r--r-- | tests/specs/lockfile/frozen_lockfile/add.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/add.ts b/tests/specs/lockfile/frozen_lockfile/add.ts new file mode 100644 index 000000000..ce70a43ec --- /dev/null +++ b/tests/specs/lockfile/frozen_lockfile/add.ts @@ -0,0 +1,2 @@ +import { add } from "npm:@denotest/add@1"; +console.log(`1 + 2 = ${add(1, 2)}`); |