Skip to content

Commit

Permalink
Trim string
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Apr 6, 2023
1 parent 3c0a93c commit 5132b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrap/tests/moveRootField.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('MoveRootField', () => {
}),
],
});
expect(printSchemaWithDirectives(newSchema)).toMatchInlineSnapshot(`
expect(printSchemaWithDirectives(newSchema).trim()).toMatchInlineSnapshot(`
"schema {
query: Query
mutation: Mutation
Expand Down

0 comments on commit 5132b15

Please sign in to comment.