File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77import jestMock from 'jest-mock' ;
88import { act , render } from '@testing-library/preact' ;
99
10- // @ts -ignore: File is not under 'rootDir'
1110import { timers } from '../../lighthouse-core/test/test-env/fake-timers.js' ;
1211import { FlowStepThumbnail } from '../src/common' ;
1312
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import jestMock from 'jest-mock';
1111import { JSDOM } from 'jsdom' ;
1212import * as preact from 'preact' ;
1313
14- // @ts -ignore: File is not under 'rootDir'
1514import { LH_ROOT } from '../../../root.js' ;
1615
1716// These modules aren't imported correctly if these directories aren't defined to use ES modules.
Original file line number Diff line number Diff line change 2020 " **/*.tsx" ,
2121 " ./types" ,
2222 " ../types/test.d.ts" ,
23+ " ../root.js" ,
24+ " ../lighthouse-core/test/test-env/fake-timers.js" ,
2325 ],
2426}
You can’t perform that action at this time.
0 commit comments