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 fca503e commit 79d984fCopy full SHA for 79d984f
src/jsutils/__tests__/instanceOf-test.ts
@@ -6,7 +6,6 @@ import { instanceOf } from '../instanceOf';
6
describe('instanceOf', () => {
7
it('do not throw on values without prototype', () => {
8
class Foo {
9
- // $FlowFixMe[unsupported-syntax]
10
get [Symbol.toStringTag]() {
11
return 'Foo';
12
}
@@ -25,7 +24,6 @@ describe('instanceOf', () => {
25
24
26
function newVersion() {
27
28
29
30
31
0 commit comments