Skip to content

Commit a4570ba

Browse files
committed
f
1 parent cd9e626 commit a4570ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrationTests/dev-jest/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FakeGraphQLObjectType {
99
}
1010
}
1111

12-
describe('Jest with SWC development mode tests', () => {
12+
describe('Jest development mode tests', () => {
1313
test('isObjectType should throw in development mode for instances from another realm/module', () => {
1414
expect(() => isObjectType(new FakeGraphQLObjectType())).toThrowError(
1515
/from another module or realm/,

0 commit comments

Comments
 (0)