diff options
Diffstat (limited to 'tests/specs/npm/local_dir_resolves_symlinks/index.js')
-rw-r--r-- | tests/specs/npm/local_dir_resolves_symlinks/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/local_dir_resolves_symlinks/index.js b/tests/specs/npm/local_dir_resolves_symlinks/index.js new file mode 100644 index 000000000..72d8913f5 --- /dev/null +++ b/tests/specs/npm/local_dir_resolves_symlinks/index.js @@ -0,0 +1,3 @@ +import * as d from "define-properties"; + +console.log(typeof d.default === "function", "it works"); |