pull/391/head
Rich-Harris 9 years ago
parent cefbe45edb
commit d7c5dfbb06

@ -1,6 +1,7 @@
export default { export default {
html: `<div>undefinedxundefined</div>`, html: `<div>undefinedxundefined</div>`,
skip: /^v4/.test( process.version ), // node 4 apparently does some dumb stuff
'skip-ssr': true, // there's some kind of weird bug with this test... it compiles with the wrong require.extensions hook for some bizarre reason 'skip-ssr': true, // there's some kind of weird bug with this test... it compiles with the wrong require.extensions hook for some bizarre reason
test ( assert, component, target, window ) { test ( assert, component, target, window ) {

Loading…
Cancel
Save