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