Skip to content

Commit

Permalink
Update packages/plugins/typescript-resolvers/tests/typescript-resolve…
Browse files Browse the repository at this point in the history
…rs.spec.ts

Co-Authored-By: ardatan <[email protected]>
  • Loading branch information
kamilkisiela and ardatan authored Feb 26, 2019
1 parent 8bc1f6e commit aee691b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ describe('Resolvers', () => {
`);

expect(content).toBeSimilarStringTo(`
export interface IDirectiveResolvers<Result> = {
export type IDirectiveResolvers<Result> = {
modify?: ModifyDirectiveResolver<Result>;
skip?: SkipDirectiveResolver<Result>;
include?: IncludeDirectiveResolver<Result>;
Expand Down

0 comments on commit aee691b

Please sign in to comment.