diff options
Diffstat (limited to 'tests/specs/lockfile/frozen_lockfile/http-dynamic.ts')
-rw-r--r-- | tests/specs/lockfile/frozen_lockfile/http-dynamic.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/lockfile/frozen_lockfile/http-dynamic.ts b/tests/specs/lockfile/frozen_lockfile/http-dynamic.ts new file mode 100644 index 000000000..bb773e3c9 --- /dev/null +++ b/tests/specs/lockfile/frozen_lockfile/http-dynamic.ts @@ -0,0 +1,2 @@ +const scheme = "http://"; +const _ = await import(scheme + "localhost:4545/welcome.ts"); |