propagate console events inside nightmare

pull/1064/head
Rich Harris 7 years ago
parent b0d7dbcbad
commit b036b16a88

@ -19,6 +19,10 @@ describe('custom-elements', function() {
const nightmare = new Nightmare({ show: false });
nightmare.on('console', (type, ...args) => {
console[type](...args);
});
let svelte;
let server;
let bundle;

Loading…
Cancel
Save