mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 20:00:15 +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();
|