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
This might be possible by setting an afterAll mocha root hook via require in the mocha config. The hook will write the processes' gasData to cache. Then, coming out of TASK_TEST we
look in cache for files with the right title (like "hhgr.randomnumber.json")
load and merge
delete cached
render
Questions
is it safe to append/rewrite mocha require via the config? (Can you even?)
The text was updated successfully, but these errors were encountered:
This might be possible by setting an
afterAll
mocha root hook via require in the mocha config. The hook will write the processes' gasData to cache. Then, coming out ofTASK_TEST
weQuestions
The text was updated successfully, but these errors were encountered: