summaryrefslogtreecommitdiff
path: root/tests/node_compat/test/common/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/node_compat/test/common/index.mjs')
-rw-r--r--tests/node_compat/test/common/index.mjs132
1 files changed, 66 insertions, 66 deletions
diff --git a/tests/node_compat/test/common/index.mjs b/tests/node_compat/test/common/index.mjs
index d5473eaea..d9992e67d 100644
--- a/tests/node_compat/test/common/index.mjs
+++ b/tests/node_compat/test/common/index.mjs
@@ -11,105 +11,105 @@ const require = createRequire(import.meta.url);
const common = require('./index.js');
const {
- isMainThread,
- isWindows,
+ allowGlobals,
+ buildType,
+ canCreateSymLink,
+ checkoutEOL,
+ childShouldThrowAndAbort,
+ createZeroFilledFile,
+ enoughTestMem,
+ expectsError,
+ expectWarning,
+ getArrayBufferViews,
+ getBufferSources,
+ getCallSite,
+ getTTYfd,
+ hasCrypto,
+ hasIPv6,
+ hasMultiLocalhost,
isAIX,
- isIBMi,
- isLinuxPPCBE,
- isSunOS,
+ isAlive,
isDumbTerminal,
isFreeBSD,
- isOpenBSD,
+ isIBMi,
isLinux,
+ isLinuxPPCBE,
+ isMainThread,
+ isOpenBSD,
isOSX,
- enoughTestMem,
- buildType,
+ isSunOS,
+ isWindows,
localIPv6Hosts,
- opensslCli,
- PIPE,
- hasCrypto,
- hasIPv6,
- childShouldThrowAndAbort,
- checkoutEOL,
- createZeroFilledFile,
- platformTimeout,
- allowGlobals,
mustCall,
mustCallAtLeast,
- mustSucceed,
- hasMultiLocalhost,
- skipIfDumbTerminal,
- skipIfEslintMissing,
- canCreateSymLink,
- getCallSite,
mustNotCall,
mustNotMutateObjectDeep,
+ mustSucceed,
+ nodeProcessAborted,
+ opensslCli,
parseTestFlags,
+ PIPE,
+ platformTimeout,
printSkipMessage,
+ runWithInvalidFD,
skip,
- nodeProcessAborted,
- isAlive,
- expectWarning,
- expectsError,
- skipIfInspectorDisabled,
skipIf32Bits,
- getArrayBufferViews,
- getBufferSources,
- getTTYfd,
- runWithInvalidFD,
+ skipIfDumbTerminal,
+ skipIfEslintMissing,
+ skipIfInspectorDisabled,
spawnPromisified,
} = common;
const getPort = () => common.PORT;
export {
- isMainThread,
- isWindows,
+ allowGlobals,
+ buildType,
+ canCreateSymLink,
+ checkoutEOL,
+ childShouldThrowAndAbort,
+ createRequire,
+ createZeroFilledFile,
+ enoughTestMem,
+ expectsError,
+ expectWarning,
+ getArrayBufferViews,
+ getBufferSources,
+ getCallSite,
+ getPort,
+ getTTYfd,
+ hasCrypto,
+ hasIPv6,
+ hasMultiLocalhost,
isAIX,
- isIBMi,
- isLinuxPPCBE,
- isSunOS,
+ isAlive,
isDumbTerminal,
isFreeBSD,
- isOpenBSD,
+ isIBMi,
isLinux,
+ isLinuxPPCBE,
+ isMainThread,
+ isOpenBSD,
isOSX,
- enoughTestMem,
- buildType,
+ isSunOS,
+ isWindows,
localIPv6Hosts,
- opensslCli,
- PIPE,
- hasCrypto,
- hasIPv6,
- childShouldThrowAndAbort,
- checkoutEOL,
- createZeroFilledFile,
- platformTimeout,
- allowGlobals,
mustCall,
mustCallAtLeast,
- mustSucceed,
- hasMultiLocalhost,
- skipIfDumbTerminal,
- skipIfEslintMissing,
- canCreateSymLink,
- getCallSite,
mustNotCall,
mustNotMutateObjectDeep,
+ mustSucceed,
+ nodeProcessAborted,
+ opensslCli,
parseTestFlags,
+ PIPE,
+ platformTimeout,
printSkipMessage,
+ runWithInvalidFD,
skip,
- nodeProcessAborted,
- isAlive,
- expectWarning,
- expectsError,
- skipIfInspectorDisabled,
skipIf32Bits,
- getArrayBufferViews,
- getBufferSources,
- getTTYfd,
- runWithInvalidFD,
- createRequire,
+ skipIfDumbTerminal,
+ skipIfEslintMissing,
+ skipIfInspectorDisabled,
spawnPromisified,
- getPort,
};