Skip to content

Commit

Permalink
feat: node 20 and better ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed May 7, 2024
1 parent ea823ac commit 2eec863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lighthousePersist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jest.mock('./helpers/getPageSpeedInsightsApiResult');
import lighthousePersist from './lighthousePersist';
import getPageSpeedInsightsApiResult from './helpers/getPageSpeedInsightsApiResult';

jest.mock('chrome-launcher', () => ({
launch: jest.fn().mockReturnValue({
jest.mock('./helpers/chromeLauncher', () => ({
chromeLauncher: jest.fn().mockReturnValue({
kill: jest.fn(),
pid: 123,
}),
Expand Down

0 comments on commit 2eec863

Please sign in to comment.