feat: basic testing done
This commit is contained in:
6
front/jest.setup.ts
Normal file
6
front/jest.setup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import "@testing-library/jest-dom";
|
||||
import * as React from "react";
|
||||
|
||||
if (typeof window !== "undefined") {
|
||||
window.React = React;
|
||||
}
|
||||
Reference in New Issue
Block a user