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/testdata/npm/local_dir_resolves_symlinks/index.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/testdata/npm/local_dir_resolves_symlinks/index.js (limited to 'tests/testdata/npm/local_dir_resolves_symlinks/index.js') diff --git a/tests/testdata/npm/local_dir_resolves_symlinks/index.js b/tests/testdata/npm/local_dir_resolves_symlinks/index.js deleted file mode 100644 index 72d8913f5..000000000 --- a/tests/testdata/npm/local_dir_resolves_symlinks/index.js +++ /dev/null @@ -1,3 +0,0 @@ -import * as d from "define-properties"; - -console.log(typeof d.default === "function", "it works"); -- cgit v1.2.3