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 have recently started to get errors when running tests on unedited labs. Adding a longer timeout seems to rectify the issue.
From -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json"
To -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json --timeout 5000"
This issue has followed me across a few labs. Hoisting, Arrays and Scoping.
The text was updated successfully, but these errors were encountered:
I have recently started to get errors when running tests on unedited labs. Adding a longer timeout seems to rectify the issue.
From -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json"
To -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json --timeout 5000"
This issue has followed me across a few labs. Hoisting, Arrays and Scoping.
The text was updated successfully, but these errors were encountered: