difftreelog
fix use console.error in requirePallets
in: master
1 file changed
tests/src/util/helpers.tsdiffbeforeafterboth93 const missingPalletsMsg = `\tThe following pallets are missing:\n\t- ${missingPallets.join('\n\t- ')}`;93 const missingPalletsMsg = `\tThe following pallets are missing:\n\t- ${missingPallets.join('\n\t- ')}`;94 const skipMsg = `${skippingTestMsg}\n${missingPalletsMsg}`;94 const skipMsg = `${skippingTestMsg}\n${missingPalletsMsg}`;959596 console.log('\x1b[38:5:208m%s\x1b[0m', skipMsg);96 console.error('\x1b[38:5:208m%s\x1b[0m', skipMsg);979798 mocha.skip();98 mocha.skip();99 }99 }