Skip to content

Commit

Permalink
test description typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Axxxx0n committed May 6, 2023
1 parent cd90d13 commit 2548648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('generate-and-save', () => {
expect(writeSpy).not.toHaveBeenCalled();
});

test('should not error when there is ignoreNoDocuments config option is present', async () => {
test('should not error when ignoreNoDocuments config option is present', async () => {
jest.spyOn(fs, 'writeFile').mockImplementation();
const config = await createContext({
config: './tests/test-files/graphql.config.json',
Expand Down

0 comments on commit 2548648

Please sign in to comment.