Skip to content

Commit d261d43

Browse files
committed
Fix async describe block breaking in updated jest
1 parent 35a5024 commit d261d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__specs__/integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ describe("Integration scenarios", () => {
804804
});
805805
});
806806

807-
describe("Data sources linked by side-loadable associations", async () => {
807+
describe("Data sources linked by side-loadable associations", () => {
808808
let generatedSchema: GraphQLSchema;
809809

810810
beforeAll(async () => {

0 commit comments

Comments
 (0)