You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved it by using test.concurrent function in test file soon post PR
uditrajput03
changed the title
week-2/01-async-js/tests/3-promise-all.test.js and 4- promise-chain
Test Case Issueweek-2/01-async-js/tests/3-promise-all.test.js and 4- promise-chain
Dec 14, 2023
uditrajput03
changed the title
Test Case Issueweek-2/01-async-js/tests/3-promise-all.test.js and 4- promise-chain
Test Case Issue week-2/01-async-js/tests/3-promise-all.test.js and 4- promise-chain
Dec 14, 2023
Test cases runs synchronously instead of concurrently.
Which leads to execution time sum-ups and mostly test cases failed.
You can see the execution time which is close to expected.
But received time add ups and fails test cases
The text was updated successfully, but these errors were encountered: