Skip to content

Commit 4a5ae7c

Browse files
committed
ci: fix node tests to catch ssr window undefined
1 parent 9dd124b commit 4a5ae7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import "./setup";
22

33
import React from "react";
44
import ReactDOM from "react-dom/server";
5-
import { Variant, Experiment } from "../src";
5+
import { Variant, Experiment } from "../lib/react-optimize";
66

77
describe("ssr", () => {
88
it("should render without errors", () => {

0 commit comments

Comments
 (0)