summaryrefslogtreecommitdiff
path: root/tests/specs/install/jsr_exports/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/install/jsr_exports/__test__.jsonc')
-rw-r--r--tests/specs/install/jsr_exports/__test__.jsonc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/specs/install/jsr_exports/__test__.jsonc b/tests/specs/install/jsr_exports/__test__.jsonc
new file mode 100644
index 000000000..7ccc5da4d
--- /dev/null
+++ b/tests/specs/install/jsr_exports/__test__.jsonc
@@ -0,0 +1,7 @@
+{
+ "tempDir": true,
+ "steps": [
+ { "args": "install", "output": "install.out" },
+ { "args": "run --cached-only main.ts", "output": "main.out" }
+ ]
+}