diff options
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/sub-dynamic.ts')
-rw-r--r-- | tests/specs/lockfile/frozen_lockfile/sub-dynamic.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/sub-dynamic.ts b/tests/specs/lockfile/frozen_lockfile/sub-dynamic.ts new file mode 100644 index 000000000..255dec2b2 --- /dev/null +++ b/tests/specs/lockfile/frozen_lockfile/sub-dynamic.ts @@ -0,0 +1,2 @@ +const scheme = "npm:"; +const { subtract } = await import(scheme + "@denotest/subtract@1"); |