Skip to content

Commit 7911bc3

Browse files
committed
remove .only
1 parent 0231740 commit 7911bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/__tests__/executor-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { GraphQLSchema } from '../../type/schema';
2424

2525
import { execute, executeSync } from '../execute';
2626

27-
describe.only('Execute: Handles basic execution tasks', () => {
27+
describe('Execute: Handles basic execution tasks', () => {
2828
it('throws if no document is provided', () => {
2929
const schema = new GraphQLSchema({
3030
query: new GraphQLObjectType({

0 commit comments

Comments
 (0)