summaryrefslogtreecommitdiff
path: root/tests/specs/cache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/cache')
-rw-r--r--tests/specs/cache/globbing/__test__.jsonc5
-rw-r--r--tests/specs/cache/globbing/excluded.tsx1
-rw-r--r--tests/specs/cache/globbing/main.ts1
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/cache/globbing/__test__.jsonc b/tests/specs/cache/globbing/__test__.jsonc
new file mode 100644
index 000000000..9bf210bb4
--- /dev/null
+++ b/tests/specs/cache/globbing/__test__.jsonc
@@ -0,0 +1,5 @@
+{
+ "args": "cache *.ts",
+ "output": "Download http://localhost:4545/echo.ts\n",
+ "exitCode": 0
+}
diff --git a/tests/specs/cache/globbing/excluded.tsx b/tests/specs/cache/globbing/excluded.tsx
new file mode 100644
index 000000000..b21a330c7
--- /dev/null
+++ b/tests/specs/cache/globbing/excluded.tsx
@@ -0,0 +1 @@
+import "http://localhost:4545/non-existent.ts";
diff --git a/tests/specs/cache/globbing/main.ts b/tests/specs/cache/globbing/main.ts
new file mode 100644
index 000000000..fe4964118
--- /dev/null
+++ b/tests/specs/cache/globbing/main.ts
@@ -0,0 +1 @@
+import "http://localhost:4545/echo.ts";