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 5fd1b6f commit 6f59500Copy full SHA for 6f59500
tests/run.mjs
@@ -125,8 +125,8 @@ async function pollIncrementalResults(driver, resolve) {
125
const {done, results} = await driver.executeAsyncScript((callback) => {
126
callback({
127
done: globalThis.JetStreamDone,
128
- results: JSON.stringify(globalThis.JetStreamResults.splice(0, Infinity))
129
- });
+ results: JSON.stringify(globalThis.JetStreamResults.splice(0, Infinity)),
+ });
130
});
131
JSON.parse(results).forEach(logIncrementalResult);
132
if (done) {
0 commit comments