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 cd9e626 commit a4570baCopy full SHA for a4570ba
integrationTests/dev-jest/index.test.js
@@ -9,7 +9,7 @@ class FakeGraphQLObjectType {
9
}
10
11
12
-describe('Jest with SWC development mode tests', () => {
+describe('Jest development mode tests', () => {
13
test('isObjectType should throw in development mode for instances from another realm/module', () => {
14
expect(() => isObjectType(new FakeGraphQLObjectType())).toThrowError(
15
/from another module or realm/,
0 commit comments