We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4853b61 commit 718bd55Copy full SHA for 718bd55
admin-js/tests/setupTests.jsx
@@ -6,7 +6,7 @@ import {memoryStore} from "react-admin";
6
import {configure, render, screen} from "@testing-library/react";
7
import * as structuredClone from "@ungap/structured-clone";
8
9
-const {App} = require("../src/App");
+import {App} from "../src/App";
10
11
let pythonProcess;
12
let STATE;
0 commit comments