5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
import { configure } from "@testing-library/react"
|
|
|
|
|
|
configure({ reactStrictMode: true })
|