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