shellphone.app/test/setup-test-env.ts

5 lines
127 B
TypeScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
import { installGlobals } from "@remix-run/node/globals";
import "@testing-library/jest-dom/extend-expect";
installGlobals();