We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336d71d commit cf7dcd5Copy full SHA for cf7dcd5
__tests__/environment.test.js
@@ -43,7 +43,7 @@ describe("using jest-environment-jsdom", () => {
43
test("should set jsdom on setup", async () => {
44
const environment = new jestEnvironmentJSDOMGlobal();
45
46
- await environment.setup()
+ await environment.setup();
47
48
expect(environment.global.jsdom).toBe(mockDom);
49
});
0 commit comments