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 621131e commit 512a2d2Copy full SHA for 512a2d2
1 file changed
admin-js/package.json
@@ -34,7 +34,14 @@
34
"ra-ui-materialui": "4.16.7",
35
"react": "18.2.0",
36
"react-admin": "4.16.7",
37
- "react-dom": "18.2.0"
+ "react-dom": "18.2.0",
38
+
39
+ "@testing-library/jest-dom": "6.1.5",
40
+ "@testing-library/react": "15.0.0",
41
+ "@testing-library/user-event": "14.5.1",
42
+ "@ungap/structured-clone": "1.2",
43
+ "jest-fail-on-console": "3.1.2",
44
+ "react-scripts": "5.0.1"
45
},
46
"scripts": {
47
"start": "react-scripts start",
0 commit comments