Skip to content

Commit a5e829e

Browse files
committed
refactor(benchpress): convert scripts within packages/benchpress to relative imports
This commit updates scripts within `packages/benchpress` to relative imports as a prep work to the upcoming infra updates.
1 parent 7499b74 commit a5e829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/benchpress/test/reporter/console_reporter_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.dev/license
77
*/
88

9-
import {COLUMN_WIDTH} from '@angular/benchpress/src/reporter/text_reporter_base';
9+
import {COLUMN_WIDTH} from '../../src/reporter/text_reporter_base';
1010
import {StaticProvider} from '@angular/core';
1111

1212
import {ConsoleReporter, Injector, MeasureValues, SampleDescription} from '../../index';

0 commit comments

Comments
 (0)