Skip to content

Commit

Permalink
fix: typo per code suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: JounQin <admin@1stg.me>
  • Loading branch information
SukkaW and JounQin authored Jan 17, 2024
1 parent 157775c commit 1fea4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pattern.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('match pattern', () => {
'/src/should-not-be-included/hello/zoo.js': "export const zoo = 'zoo'",
})

// @ts-expect-error -- Need to find a better way to moch this
// @ts-expect-error -- Need to find a better way to mock this
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
execa.sync.mockImplementation((_command: string, args: string[]) => {
switch (args[0]) {
Expand Down

0 comments on commit 1fea4a9

Please sign in to comment.