0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
nodejs/test/es-module
Richard Lau 67b724fa77 test: refactor stdio handling in test-esm-cjs-main
Set encoding on the stderr/stdout streams instead of calling
data.toString(). Don't assume the complete expected messages arrive in
a single event.

PR-URL: https://github.com/nodejs/node/pull/25169
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
2018-12-27 08:32:15 +01:00
..
es-module.status
test-esm-basic-imports.mjs
test-esm-cjs-main.js
test-esm-cyclic-dynamic-import.mjs
test-esm-double-encoding.mjs
test-esm-dynamic-import.js
test-esm-encoded-path-native.js
test-esm-encoded-path.mjs
test-esm-error-cache.js
test-esm-example-loader.js
test-esm-forbidden-globals.mjs
test-esm-import-meta.mjs
test-esm-json.mjs
test-esm-live-binding.mjs
test-esm-loader-dependency.mjs
test-esm-loader-invalid-format.mjs
test-esm-loader-invalid-url.mjs
test-esm-loader-missing-dynamic-instantiate-hook.mjs
test-esm-loader-modulemap.js
test-esm-loader-search.js
test-esm-main-lookup.mjs
test-esm-named-exports.mjs
test-esm-namespace.mjs
test-esm-preserve-symlinks-main.js
test-esm-preserve-symlinks-not-found-plain.mjs
test-esm-preserve-symlinks-not-found.mjs
test-esm-preserve-symlinks.js
test-esm-require-cache.mjs
test-esm-resolve-hook.mjs
test-esm-shared-loader-dep.mjs
test-esm-shebang.mjs
test-esm-snapshot.mjs
test-esm-symlink-main.js
test-esm-symlink.js
test-esm-throw-undefined.mjs
testcfg.py