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 made a PR #4 that updates hapi-relax to Hapi v17 but it lacks full testing coverage.
Would be sweet if anyone is able to contribute ✌️
Basically nock has to be updated and stop using nockDone(), same with lab where it has to stop using done(). Additionally the register method of plugins is incorrect, it has to be a promise or async/await. Finally the config needs to replace register with plugin.
The text was updated successfully, but these errors were encountered:
I made a PR #4 that updates
hapi-relax
to Hapi v17 but it lacks full testing coverage.Would be sweet if anyone is able to contribute ✌️
Basically nock has to be updated and stop using
nockDone()
, same with lab where it has to stop usingdone()
. Additionally the register method of plugins is incorrect, it has to be a promise or async/await.Finally the config needs to replaceregister
withplugin
.The text was updated successfully, but these errors were encountered: