Skip to content

Commit b0c1aca

Browse files
Dylan Coakleyaddaleax
Dylan Coakley
authored andcommitted
test: verify threadId in reports
PR-URL: #31556 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent d1be44c commit b0c1aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/report/test-report-worker.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function basic() {
2121
helper.validateContent(report);
2222
assert.strictEqual(report.workers.length, 1);
2323
helper.validateContent(report.workers[0]);
24+
assert.strictEqual(report.workers[0].header.threadId, w.threadId);
2425

2526
w.postMessage({});
2627

0 commit comments

Comments
 (0)