mirror of https://github.com/sveltejs/svelte
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…
Reference in new issue