Skip to content

Commit c73771c

Browse files
committed
remove only
1 parent 18b08e1 commit c73771c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-yoga/__tests__/error-masking.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ describe('error masking', () => {
861861
`);
862862
});
863863

864-
it.only('should mask experimental coordinate error attribute on production env', async () => {
864+
it('should mask experimental coordinate error attribute on production env', async () => {
865865
const yoga = createYoga({
866866
logging: false,
867867
maskedErrors: {

0 commit comments

Comments
 (0)