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