Skip to content

Commit 97c37b4

Browse files
committed
fix tests
1 parent 93a3285 commit 97c37b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/__tests__/basic.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { render, screen } from "..";
44
import userEvent from "@testing-library/user-event";
55

66
declare global {
7-
var _$HYDRATION: Record<string, any>;
7+
var _$HY: Record<string, any>;
88
}
99

10-
globalThis._$HYDRATION = {};
10+
globalThis._$HY = {};
1111

1212
test("render calls createEffect immediately", () => {
1313
const cb = jest.fn();

0 commit comments

Comments
 (0)