Thanks to visit codestin.com Credit goes to github.com
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 d1be44c commit b0c1acaCopy full SHA for b0c1aca
test/report/test-report-worker.js
@@ -21,6 +21,7 @@ async function basic() {
21
helper.validateContent(report);
22
assert.strictEqual(report.workers.length, 1);
23
helper.validateContent(report.workers[0]);
24
+ assert.strictEqual(report.workers[0].header.threadId, w.threadId);
25
26
w.postMessage({});
27
0 commit comments