Skip to content

Commit 79d984f

Browse files
Remove $FlowFixMe comments (graphql#3392)
1 parent fca503e commit 79d984f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jsutils/__tests__/instanceOf-test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { instanceOf } from '../instanceOf';
66
describe('instanceOf', () => {
77
it('do not throw on values without prototype', () => {
88
class Foo {
9-
// $FlowFixMe[unsupported-syntax]
109
get [Symbol.toStringTag]() {
1110
return 'Foo';
1211
}
@@ -25,7 +24,6 @@ describe('instanceOf', () => {
2524

2625
function newVersion() {
2726
class Foo {
28-
// $FlowFixMe[unsupported-syntax]
2927
get [Symbol.toStringTag]() {
3028
return 'Foo';
3129
}

0 commit comments

Comments
 (0)