We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a3285 commit 97c37b4Copy full SHA for 97c37b4
1 file changed
src/__tests__/basic.tsx
@@ -4,10 +4,10 @@ import { render, screen } from "..";
4
import userEvent from "@testing-library/user-event";
5
6
declare global {
7
- var _$HYDRATION: Record<string, any>;
+ var _$HY: Record<string, any>;
8
}
9
10
-globalThis._$HYDRATION = {};
+globalThis._$HY = {};
11
12
test("render calls createEffect immediately", () => {
13
const cb = jest.fn();
0 commit comments