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 0231740 commit 7911bc3Copy full SHA for 7911bc3
src/execution/__tests__/executor-test.ts
@@ -24,7 +24,7 @@ import { GraphQLSchema } from '../../type/schema';
24
25
import { execute, executeSync } from '../execute';
26
27
-describe.only('Execute: Handles basic execution tasks', () => {
+describe('Execute: Handles basic execution tasks', () => {
28
it('throws if no document is provided', () => {
29
const schema = new GraphQLSchema({
30
query: new GraphQLObjectType({
0 commit comments