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
The Decentraland.test.js test suite has splitted beforeEach hooks for nested call (to avoid callback hell). Isntead of that, we should write those on the same hook using style proposed by @pcowgill:
The
Decentraland.test.js
test suite has splittedbeforeEach
hooks for nested call (to avoid callback hell). Isntead of that, we should write those on the same hook using style proposed by @pcowgill:Refs: #369 (comment)
The text was updated successfully, but these errors were encountered: