Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 14, 2024
1 parent a2a62ab commit 57cc852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/test/computed/metrics/cumulative-layout-shift-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {readJson} from '../../test-utils.js';
const jumpyClsTrace = readJson('../../fixtures/traces/jumpy-cls-m90.json', import.meta);
const oldMetricsTrace = readJson('../../fixtures/traces/frame-metrics-m89.json', import.meta);
const allFramesMetricsTrace = readJson('../../fixtures/traces/frame-metrics-m90.json', import.meta);
const preClsTrace = readJson('../../fixtures/artifacts/progressive-app/trace.json', import.meta);
const preClsTrace = readJson('../../fixtures/traces/progressive-app-m60.json', import.meta);

const childFrameId = 'CAF4634127666E186C9C8B35627DBF0B';

Expand Down
3 changes: 1 addition & 2 deletions core/test/computed/metrics/speed-index-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ describe('Metrics: Speed Index', () => {
expect({
timing: Math.round(result.timing),
optimistic: Math.round(result.optimisticEstimate.timeInMs),
pessimistic: Math.round(result.pessimisticEstimate.timeInMs)}).
toMatchInlineSnapshot(`
pessimistic: Math.round(result.pessimisticEstimate.timeInMs)}).toMatchInlineSnapshot(`
Object {
"optimistic": 307,
"pessimistic": 1076,
Expand Down

0 comments on commit 57cc852

Please sign in to comment.