Skip to content

Commit d4398d4

Browse files
aduh95RafaelGSS
authored andcommitted
test: order common.mjs in ASCII order
PR-URL: #48960 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent b5991f5 commit d4398d4

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

test/common/index.mjs

+66-66
Original file line numberDiff line numberDiff line change
@@ -4,105 +4,105 @@ const require = createRequire(import.meta.url);
44
const common = require('./index.js');
55

66
const {
7-
isMainThread,
8-
isWindows,
7+
allowGlobals,
8+
buildType,
9+
canCreateSymLink,
10+
checkoutEOL,
11+
childShouldThrowAndAbort,
12+
createZeroFilledFile,
13+
enoughTestMem,
14+
expectsError,
15+
expectWarning,
16+
getArrayBufferViews,
17+
getBufferSources,
18+
getCallSite,
19+
getTTYfd,
20+
hasCrypto,
21+
hasIPv6,
22+
hasMultiLocalhost,
923
isAIX,
10-
isIBMi,
11-
isLinuxPPCBE,
12-
isSunOS,
24+
isAlive,
1325
isDumbTerminal,
1426
isFreeBSD,
15-
isOpenBSD,
27+
isIBMi,
1628
isLinux,
29+
isLinuxPPCBE,
30+
isMainThread,
31+
isOpenBSD,
1732
isOSX,
18-
enoughTestMem,
19-
buildType,
33+
isSunOS,
34+
isWindows,
2035
localIPv6Hosts,
21-
opensslCli,
22-
PIPE,
23-
hasCrypto,
24-
hasIPv6,
25-
childShouldThrowAndAbort,
26-
checkoutEOL,
27-
createZeroFilledFile,
28-
platformTimeout,
29-
allowGlobals,
3036
mustCall,
3137
mustCallAtLeast,
32-
mustSucceed,
33-
hasMultiLocalhost,
34-
skipIfDumbTerminal,
35-
skipIfEslintMissing,
36-
canCreateSymLink,
37-
getCallSite,
3838
mustNotCall,
3939
mustNotMutateObjectDeep,
40+
mustSucceed,
41+
nodeProcessAborted,
42+
opensslCli,
4043
parseTestFlags,
44+
PIPE,
45+
platformTimeout,
4146
printSkipMessage,
47+
runWithInvalidFD,
4248
skip,
43-
nodeProcessAborted,
44-
isAlive,
45-
expectWarning,
46-
expectsError,
47-
skipIfInspectorDisabled,
4849
skipIf32Bits,
49-
getArrayBufferViews,
50-
getBufferSources,
51-
getTTYfd,
52-
runWithInvalidFD,
50+
skipIfDumbTerminal,
51+
skipIfEslintMissing,
52+
skipIfInspectorDisabled,
5353
spawnPromisified,
5454
} = common;
5555

5656
const getPort = () => common.PORT;
5757

5858
export {
59-
isMainThread,
60-
isWindows,
59+
allowGlobals,
60+
buildType,
61+
canCreateSymLink,
62+
checkoutEOL,
63+
childShouldThrowAndAbort,
64+
createRequire,
65+
createZeroFilledFile,
66+
enoughTestMem,
67+
expectsError,
68+
expectWarning,
69+
getArrayBufferViews,
70+
getBufferSources,
71+
getCallSite,
72+
getPort,
73+
getTTYfd,
74+
hasCrypto,
75+
hasIPv6,
76+
hasMultiLocalhost,
6177
isAIX,
62-
isIBMi,
63-
isLinuxPPCBE,
64-
isSunOS,
78+
isAlive,
6579
isDumbTerminal,
6680
isFreeBSD,
67-
isOpenBSD,
81+
isIBMi,
6882
isLinux,
83+
isLinuxPPCBE,
84+
isMainThread,
85+
isOpenBSD,
6986
isOSX,
70-
enoughTestMem,
71-
buildType,
87+
isSunOS,
88+
isWindows,
7289
localIPv6Hosts,
73-
opensslCli,
74-
PIPE,
75-
hasCrypto,
76-
hasIPv6,
77-
childShouldThrowAndAbort,
78-
checkoutEOL,
79-
createZeroFilledFile,
80-
platformTimeout,
81-
allowGlobals,
8290
mustCall,
8391
mustCallAtLeast,
84-
mustSucceed,
85-
hasMultiLocalhost,
86-
skipIfDumbTerminal,
87-
skipIfEslintMissing,
88-
canCreateSymLink,
89-
getCallSite,
9092
mustNotCall,
9193
mustNotMutateObjectDeep,
94+
mustSucceed,
95+
nodeProcessAborted,
96+
opensslCli,
9297
parseTestFlags,
98+
PIPE,
99+
platformTimeout,
93100
printSkipMessage,
101+
runWithInvalidFD,
94102
skip,
95-
nodeProcessAborted,
96-
isAlive,
97-
expectWarning,
98-
expectsError,
99-
skipIfInspectorDisabled,
100103
skipIf32Bits,
101-
getArrayBufferViews,
102-
getBufferSources,
103-
getTTYfd,
104-
runWithInvalidFD,
105-
createRequire,
104+
skipIfDumbTerminal,
105+
skipIfEslintMissing,
106+
skipIfInspectorDisabled,
106107
spawnPromisified,
107-
getPort,
108108
};

0 commit comments

Comments
 (0)