diff options
Diffstat (limited to 'cli/tests/testdata/run/lock_only_http_and_https/b.ts')
-rw-r--r-- | cli/tests/testdata/run/lock_only_http_and_https/b.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/lock_only_http_and_https/b.ts b/cli/tests/testdata/run/lock_only_http_and_https/b.ts new file mode 100644 index 000000000..3bf5ac26a --- /dev/null +++ b/cli/tests/testdata/run/lock_only_http_and_https/b.ts @@ -0,0 +1,3 @@ +export function b() { + return "b"; +} |