Skip to content

Commit 23da559

Browse files
Dylan Coakleycodebytere
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 10f9abe commit 23da559

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
@@ -23,6 +23,7 @@ async function basic() {
2323
helper.validateContent(report);
2424
assert.strictEqual(report.workers.length, 1);
2525
helper.validateContent(report.workers[0]);
26+
assert.strictEqual(report.workers[0].header.threadId, w.threadId);
2627

2728
w.postMessage({});
2829

0 commit comments

Comments
 (0)