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 c2e5d78 commit 28a86f2Copy full SHA for 28a86f2
scripts/run_tests_in_ci.js
@@ -81,7 +81,7 @@ function errorLog(...args) {
81
console.error(__filename, elapsedTimeStr(), ...args);
82
}
83
84
-debugLog("command-line arguments:", process.argv);
+debugLog('command-line arguments:', process.argv);
85
86
const LOGDIR = process.env.CI ? process.env.HOME : '/tmp';
87
// Maps the packages where we should not run `test:all` and instead isolate the cross-browser tests.
0 commit comments