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 36e4635 commit 242cbd7Copy full SHA for 242cbd7
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