added tests for components v2 - delete

This commit is contained in:
KateMaruk 2023-12-12 09:36:36 +02:00
parent cb2d72d4f7
commit 4b359817d4

View File

@ -12,7 +12,7 @@ const config = {
snapshotPathTemplate: `{testDir}/{testFileDir}/{testFileName}-snapshots/{projectName}/{arg}{ext}`,
testDir: "./tests",
/* Maximum time one test can run for. */
timeout: process.env.CI ? 50 * 1000 : 50 * 1000,
timeout: process.env.CI ? 70 * 1000 : 60 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.