summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_install_arg/__test__.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/npmrc_install_arg/__test__.jsonc')
-rw-r--r--tests/specs/npm/npmrc_install_arg/__test__.jsonc23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_install_arg/__test__.jsonc b/tests/specs/npm/npmrc_install_arg/__test__.jsonc
new file mode 100644
index 000000000..f34cfe116
--- /dev/null
+++ b/tests/specs/npm/npmrc_install_arg/__test__.jsonc
@@ -0,0 +1,23 @@
+{
+ "tempDir": true,
+ "tests": {
+ "deno_install_add": {
+ "steps": [{
+ "args": "install npm:@denotest/basic",
+ "output": "install.out"
+ }, {
+ "args": "run -A main.js",
+ "output": "main.out"
+ }]
+ },
+ "deno_add": {
+ "steps": [{
+ "args": "add npm:@denotest/basic",
+ "output": "add.out"
+ }, {
+ "args": "run -A main.js",
+ "output": "main.out"
+ }]
+ }
+ }
+}