feat: basic testing done

This commit is contained in:
2025-07-14 22:27:49 +02:00
parent a178932afe
commit 8f5036f246
12 changed files with 5310 additions and 60 deletions

6
front/jest.setup.ts Normal file
View File

@@ -0,0 +1,6 @@
import "@testing-library/jest-dom";
import * as React from "react";
if (typeof window !== "undefined") {
window.React = React;
}