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.~
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
.~