shellphone.app/test/setup-test-env.ts
2022-05-14 12:22:06 +02:00

5 lines
127 B
TypeScript

import { installGlobals } from "@remix-run/node/globals";
import "@testing-library/jest-dom/extend-expect";
installGlobals();