mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
import { installGlobals } from "@remix-run/node";
|
|
import "@testing-library/jest-dom/extend-expect";
|
|
|
|
installGlobals();
|