We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2480b commit c666b66Copy full SHA for c666b66
spec/transformSpec.js
@@ -19,6 +19,6 @@ describe('GraphQL to JSON Schema transform', () => {
19
});
20
21
it('parses a test GraphQL Schema properly', () => {
22
- expect(mockJSONSchema).toEqual(transform(mockGraphQL));
+ expect(transform(mockGraphQL)).toEqual(mockJSONSchema);
23
24
})
0 commit comments