Skip to content

Commit 1aa18a5

Browse files
committed
fixup! test: add escapePathsFromShellCommand util
1 parent 128929e commit 1aa18a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/common/index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const {
1111
childShouldThrowAndAbort,
1212
createZeroFilledFile,
1313
enoughTestMem,
14+
escapePOSIXShell,
1415
expectsError,
1516
expectWarning,
1617
getArrayBufferViews,
@@ -65,6 +66,7 @@ export {
6566
createRequire,
6667
createZeroFilledFile,
6768
enoughTestMem,
69+
escapePOSIXShell,
6870
expectsError,
6971
expectWarning,
7072
getArrayBufferViews,

0 commit comments

Comments
 (0)