Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
southpolesteve committed Mar 3, 2017
1 parent 1a3c35a commit 4ec8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/__tests__/resolve-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ describe('Execute: resolve function', () => {
});
});

it.only('uses object provided resolve function', async () => {
it('uses object provided resolve function', async () => {
const schema = testSchema({
type: GraphQLString
},
Expand Down

0 comments on commit 4ec8a3f

Please sign in to comment.