Skip to content

Commit a59e9aa

Browse files
authored
Merge pull request #156 from croutonn/renovate/ts-jest-27.x
chore(deps): update dependency ts-jest to v27
2 parents f0d5ec6 + c216f51 commit a59e9aa

File tree

2 files changed

+1165
-1328
lines changed

2 files changed

+1165
-1328
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const plugin: PluginFunction<RawSWRPluginConfig> = (
2525
const allAst = concatAST(documents.map((v) => v.document))
2626

2727
const allFragments: LoadedFragment[] = [
28+
// prettier-ignore
2829
...(allAst.definitions.filter(
2930
(d) => d.kind === Kind.FRAGMENT_DEFINITION
3031
) as FragmentDefinitionNode[]).map((fragmentDef) => ({

0 commit comments

Comments
 (0)