Files
sapper/test/app/routes/throw-an-error.js

3 lines
51 B
JavaScript

export function get() {
throw new Error('nope');
}