pull/17591/head
Rich Harris 1 week ago
parent ec83872677
commit 4e5dbb46de

@ -0,0 +1,6 @@
import { test } from '../../test';
export default test({
mode: ['async-server', 'hydrate'],
error: 'oops'
});

@ -0,0 +1,7 @@
<script>
await 1;
throw new Error('oops');
</script>
<h1>hello</h1>
Loading…
Cancel
Save