Skip to content

Commit 718bd55

Browse files
Update setupTests.jsx
1 parent 4853b61 commit 718bd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-js/tests/setupTests.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {memoryStore} from "react-admin";
66
import {configure, render, screen} from "@testing-library/react";
77
import * as structuredClone from "@ungap/structured-clone";
88

9-
const {App} = require("../src/App");
9+
import {App} from "../src/App";
1010

1111
let pythonProcess;
1212
let STATE;

0 commit comments

Comments
 (0)