summaryrefslogtreecommitdiff
path: root/tests/specs/test/package_json_basic/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/package_json_basic/__test__.jsonc')
-rw-r--r--tests/specs/test/package_json_basic/__test__.jsonc13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/specs/test/package_json_basic/__test__.jsonc b/tests/specs/test/package_json_basic/__test__.jsonc
new file mode 100644
index 000000000..64e43afa5
--- /dev/null
+++ b/tests/specs/test/package_json_basic/__test__.jsonc
@@ -0,0 +1,13 @@
+{
+ "tempDir": true,
+ "steps": [
+ {
+ "args": "install",
+ "output": "install.out"
+ },
+ {
+ "args": "test",
+ "output": "test.out"
+ }
+ ]
+}