Skip to content

Commit 8c55bc6

Browse files
committed
♻️ (graphql-helper-strategy.test.ts): remove unused empty line
1 parent 7ad9aef commit 8c55bc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/strategies/graphql-helper-strategy.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ describe('GraphQLHelperStrategy', () => {
350350
})
351351

352352
it('should have access to all parent class methods', () => {
353-
354353
expect(typeof strategy.generateHelpers).toBe('function')
355354

356355
expect(strategy instanceof TypeScriptHelperStrategy).toBe(true)

0 commit comments

Comments
 (0)