increase patch coverage, again

pull/7738/head
Rich Harris 10 years ago
parent 929150fdfb
commit 1bf4daeb67

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