We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97778e2 commit 4d28cedCopy full SHA for 4d28ced
1 file changed
test/parallel/test-fs-mkdtemp-prefix-check.js
@@ -27,7 +27,7 @@ function failAsync(value) {
27
});
28
}
29
30
-prefixValues.forEach((prefixValue) => {
+for (const prefixValue of prefixValues) {
31
fail(prefixValue);
32
failAsync(prefixValue);
33
-});
+}
0 commit comments