diff --git a/app/routes/make-error.tsx b/app/routes/make-error.tsx new file mode 100644 index 00000000..f4a2958a --- /dev/null +++ b/app/routes/make-error.tsx @@ -0,0 +1,11 @@ +export async function loader() { + makeError(); +} + +function makeError() { + throw new Error('This is a test error'); +} + +export default function () { + return