5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
![]() |
import { installGlobals } from "@remix-run/node/globals";
|
||
|
import "@testing-library/jest-dom/extend-expect";
|
||
|
|
||
|
installGlobals();
|