UNPKG

radixjs

Version:
6 lines (5 loc) 211 B
function* launchTestsHook() { console.log(radix.globals.WORKER.id + " [-] Executing Radix test hook"); yield* hooks_tests(); console.log(radix.globals.WORKER.id + " [-] Radix test hook executed"); }