mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
test(translator): raise timeout on TranslatorConceptCard dynamic import test (flake fix)
This commit is contained in:
@@ -49,7 +49,7 @@ describe("TranslatorConceptCard", () => {
|
||||
document.body.innerHTML = "";
|
||||
});
|
||||
|
||||
it("exports a default function component", async () => {
|
||||
it("exports a default function component", { timeout: 30000 }, async () => {
|
||||
const mod = await import(
|
||||
"@/app/(dashboard)/dashboard/translator/components/TranslatorConceptCard"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user