v0.2.3
- Exports a
debugutility from thepageWithreturn payload.
const { debug } = await pageWith(...)
await debug()debugnow throws an exception when called without theDEBUGenvironmental variable being set.
debug utility from the pageWith return payload.const { debug } = await pageWith(...)
await debug()debug now throws an exception when called without the DEBUG environmental variable being set.