Skip to content

Commit

Permalink
Merge pull request #156 from croutonn/renovate/ts-jest-27.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ts-jest to v27
  • Loading branch information
eitoball committed Nov 9, 2021
2 parents f0d5ec6 + c216f51 commit a59e9aa
Show file tree
Hide file tree
Showing 2 changed files with 1,165 additions and 1,328 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const plugin: PluginFunction<RawSWRPluginConfig> = (
const allAst = concatAST(documents.map((v) => v.document))

const allFragments: LoadedFragment[] = [
// prettier-ignore
...(allAst.definitions.filter(
(d) => d.kind === Kind.FRAGMENT_DEFINITION
) as FragmentDefinitionNode[]).map((fragmentDef) => ({
Expand Down
Loading

0 comments on commit a59e9aa

Please sign in to comment.