From 2cd3994902fb6a4d4d0603c839a78503d792b96a Mon Sep 17 00:00:00 2001 From: Tim Ermilov Date: Fri, 31 Jan 2020 22:07:37 +0100 Subject: Add support for multiple files in fetch command (#3845) --- cli/tests/fetch/test.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/fetch/test.ts (limited to 'cli/tests/fetch/test.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"; -- cgit v1.2.3