diff options
| author | Tim Ermilov <yamalight@gmail.com> | 2020-01-31 22:07:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 16:07:37 -0500 |
| commit | 2cd3994902fb6a4d4d0603c839a78503d792b96a (patch) | |
| tree | e2b16efc22a09ae7020804d794484df4b967e291 /cli/tests/fetch | |
| parent | 1dc8afe3afc483703641c907075e2d8aa7396cfd (diff) | |
Add support for multiple files in fetch command (#3845)
Diffstat (limited to 'cli/tests/fetch')
| -rw-r--r-- | cli/tests/fetch/other.ts | 1 | ||||
| -rw-r--r-- | cli/tests/fetch/test.ts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/fetch/other.ts b/cli/tests/fetch/other.ts new file mode 100644 index 000000000..ab85b226f --- /dev/null +++ b/cli/tests/fetch/other.ts @@ -0,0 +1 @@ +import "http://localhost:4545/cli/tests/subdir/mt_text_typescript.t1.ts"; diff --git a/cli/tests/fetch/test.ts b/cli/tests/fetch/test.ts new file mode 100644 index 000000000..1b49a76c8 --- /dev/null +++ b/cli/tests/fetch/test.ts @@ -0,0 +1 @@ +import "http://localhost:4545/cli/tests/subdir/mod2.ts"; |
