Skip to content

Conversation

@paulirish
Copy link
Member

No description provided.

@paulirish paulirish requested a review from a team as a code owner July 2, 2025 20:25
@paulirish paulirish requested review from connorjclark and removed request for a team July 2, 2025 20:25

bigTrace.traceEvents.push(...measureEvents);

result = await TraceEngineResult.request(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This result is re-used in later test, which means those other tests don't work in isolation. Please do this work in a before hook.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx good call.

);
assert.ok(result.insights);
assert.ok(result.parsedTrace);
result.insights.values().forEach(insightSet => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@connorjclark connorjclark changed the title core(trace-engine-result): add test tests: add test for trace-engine-result Jul 7, 2025
@connorjclark connorjclark merged commit 1a6fd16 into main Jul 7, 2025
24 of 28 checks passed
@connorjclark connorjclark deleted the t-e-resulttest branch July 7, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants