Files
Trez.One d3e130a8e8
Testing / prettier (push) Failing after 1m59s
Testing / unit-test (20.x) (push) Failing after 3m31s
Testing / e2e-test (20.x) (push) Failing after 4m39s
Rebuild.
2026-01-01 14:23:49 -05:00

12 lines
481 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const globals_1 = require("@jest/globals");
require("cli-testing-library/extend-expect");
const cli_testing_library_1 = require("cli-testing-library");
// Make Jest available globally
global.jest = globals_1.jest;
/**
* Adjusted the wait time for waitFor/findByText to 2000ms, because the default 1000ms makes the test results flaky
*/
(0, cli_testing_library_1.configure)({ asyncUtilTimeout: 2000 });