Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Jan 13, 2023
1 parent e781e25 commit 1b0cf2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/language-provider.test.ts
Expand Up @@ -45,6 +45,7 @@ describe('LocalFileCompletionItemProvider', () => {
${'jest.requireActual'} | ${true}
${'jest.requireMock'} | ${true}
${'jest.createMockFromModule'} | ${true}
${'jest.unstable_mockModule'} | ${true}
${'jest.spyOn'} | ${false}
${'jest.fn'} | ${false}
`('for $jestMethod', async ({ jestMethod, isValid }) => {
Expand Down

0 comments on commit 1b0cf2a

Please sign in to comment.