UNPKG

@applitools/eyes-storybook

Version:
10 lines (7 loc) 143 B
'use strict'; function browserLog({page, onLog}) { page.on('console', msg => { onLog(msg.text()); }); } module.exports = browserLog;