Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Jun 28, 2024
1 parent 7ff5ec1 commit 3989cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Lantern from '../../../lib/lantern/lantern.js';
import {NetworkRequest} from '../../../lib/network-request.js';
import {getURLArtifactFromDevtoolsLog, readJson} from '../../test-utils.js';

const {NetworkNode, CPUNode} = Lantern;
const {NetworkNode, CPUNode} = Lantern.Graph;
const {Simulator} = Lantern.Simulation;

const trace = readJson('../../fixtures/artifacts/render-blocking/trace.json', import.meta);
Expand Down

0 comments on commit 3989cdb

Please sign in to comment.