From 94bdebe3998d503c625dbf093c40d7cb9d694d7c Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Sat, 21 Sep 2024 02:08:32 +0530 Subject: refactor(tests): migrate npm itests to specs (#25764) Towards https://github.com/denoland/deno/issues/25241 --- tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc (limited to 'tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc') diff --git a/tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc b/tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc new file mode 100644 index 000000000..a846fdcb4 --- /dev/null +++ b/tests/specs/npm/local_dir_resolves_symlinks/__test__.jsonc @@ -0,0 +1,14 @@ +{ + "tempDir": true, + "steps": [ + { + "args": "install", + "output": "install.out" + }, + { + "args": "run -A index.js", + "output": "index.out", + "exitCode": 0 + } + ] +} -- cgit v1.2.3