node/test/es-module
Kyle Farnung 61dd5b73b5 test: specify 'dir' for directory symlinks
Directory symlinks in Windows require the 'dir' flag to be passed to
create the symlink correctly.

Backport-PR-URL: https://github.com/nodejs/node/pull/22380
PR-URL: https://github.com/nodejs/node/pull/19049
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-09-06 09:40:49 -07:00
..
es-module.status test: update es-module.status prefix 2017-10-11 02:05:30 -04:00
esm-snapshot-mutator.js
esm-snapshot.js
json.json module: resolve and instantiate loader pipeline hooks 2017-10-17 23:25:36 -07:00
test-esm-basic-imports.mjs
test-esm-double-encoding-native%20.js module: allow loading files with % in the name 2017-10-17 23:32:40 -07:00
test-esm-double-encoding.mjs module: allow loading files with % in the name 2017-10-17 23:32:40 -07:00
test-esm-dynamic-import.js test: replace assert.equal with assert.strictEqual 2018-08-16 11:38:53 +10:00
test-esm-encoded-path-native.js test: replace fixturesDir with fixtures module 2017-10-17 23:35:27 -07:00
test-esm-encoded-path.mjs
test-esm-example-loader.js module: resolve and instantiate loader pipeline hooks 2017-10-17 23:25:36 -07:00
test-esm-forbidden-globals.mjs
test-esm-json.mjs test: add es6 module global leakage tests 2017-12-20 01:59:29 +00:00
test-esm-loader-dependency.mjs module: fix hook module CJS dependency loading 2017-10-31 00:15:02 +00:00
test-esm-loader-modulemap.js test: increase coverage for ModuleMap 2017-11-14 16:59:06 +00:00
test-esm-loader-search.js loader: test search module 2017-11-17 11:14:45 -05:00
test-esm-named-exports.mjs test: add es6 module global leakage tests 2017-12-20 01:59:29 +00:00
test-esm-namespace.mjs test: add es6 module global leakage tests 2017-12-20 01:59:29 +00:00
test-esm-ok.mjs
test-esm-preserve-symlinks-not-found-plain.mjs module: fix main resolution and not found updates 2017-10-23 17:23:01 -04:00
test-esm-preserve-symlinks-not-found.mjs module: fix main resolution and not found updates 2017-10-23 17:23:01 -04:00
test-esm-preserve-symlinks.js test: move tmpdir to submodule of common 2018-03-29 23:28:22 -04:00
test-esm-require-cache.mjs
test-esm-resolve-hook.mjs module: resolve and instantiate loader pipeline hooks 2017-10-17 23:25:36 -07:00
test-esm-shared-loader-dep.mjs module: fix for #17130 shared loader cjs dep 2017-12-20 01:59:31 +00:00
test-esm-shebang.mjs
test-esm-snapshot.mjs test: add es6 module global leakage tests 2017-12-20 01:59:29 +00:00
test-esm-symlink.js test: specify 'dir' for directory symlinks 2018-09-06 09:40:49 -07:00
testcfg.py