Skip to content

Commit 3ce28ce

Browse files
buildClientSchema-test: correctly wrap test case (#2956)
1 parent fff5f7a commit 3ce28ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/buildClientSchema-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ describe('Type System: build schema from introspection', () => {
592592
expect(result.data).to.deep.equal({ foo: 'bar' });
593593
});
594594

595-
describe('can build invalid schema', () => {
595+
it('can build invalid schema', () => {
596596
const schema = buildSchema('type Query', { assumeValid: true });
597597

598598
const introspection = introspectionFromSchema(schema);

0 commit comments

Comments
 (0)