propagate console events inside nightmare

pull/7738/head
Rich Harris 8 years ago
parent d8a6872fd1
commit 96ca2bd1b7

@ -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