0
0
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:
Rich-Harris 2017-03-19 12:36:02 -04:00
parent cefbe45edb
commit d7c5dfbb06

View File

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