increase patch coverage, again

pull/199/head
Rich Harris 8 years ago
parent c09a02caf2
commit c453ae5dd0

@ -46,4 +46,10 @@ describe( 'parse', () => {
assert.ok( errored );
});
it( 'throws without options.onerror', () => {
assert.throws( () => {
svelte.compile( `<h1>unclosed` );
}, /Unexpected end of input/ );
});
});

Loading…
Cancel
Save