tubearchivist-frontend/test/setup-test-env.ts

5 lines
119 B
TypeScript
Raw Normal View History

2022-10-18 19:28:37 +00:00
import { installGlobals } from "@remix-run/node";
import "@testing-library/jest-dom/extend-expect";
installGlobals();