Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 7, 2024
1 parent 4db87f8 commit 26a736c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createParseSettings } from '../../src/parseSettings/createParseSettings
const projectService = { service: true };

jest.mock('../../src/create-program/createProjectService', () => ({
createProjectService: () => projectService,
createProjectService: (): typeof projectService => projectService,
}));

describe('createParseSettings', () => {
Expand Down

0 comments on commit 26a736c

Please sign in to comment.