fix: Remove added arg for TestProject

This commit is contained in:
Hansanto 2024-03-21 11:59:26 +01:00
parent 688bccf1f7
commit 5ca49f621e

View file

@ -702,11 +702,6 @@ interface TestConfig {
* timeout for toPass method in milliseconds. * timeout for toPass method in milliseconds.
*/ */
timeout?: number; timeout?: number;
/**
* intervals for toPass method in milliseconds.
*/
intervals?: number[];
}; };
}; };