mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
ugh node 4
This commit is contained in:
parent
cefbe45edb
commit
d7c5dfbb06
@ -1,6 +1,7 @@
|
||||
export default {
|
||||
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
|
||||
|
||||
test ( assert, component, target, window ) {
|
||||
|
Loading…
Reference in New Issue
Block a user