Files
opencommit-gitea/test/jest-setup.ts
T
2024-03-25 12:01:05 +08:00

8 lines
254 B
TypeScript

import 'cli-testing-library/extend-expect'
import { configure } from 'cli-testing-library'
/**
* Adjusted the wait time for waitFor/findByText to 2000ms, because the default 1000ms makes the test results flaky
*/
configure({ asyncUtilTimeout: 2000 })