Skip to content

Commit

Permalink
fix: typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 20, 2024
1 parent 46dc9ca commit 6bb1398
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/templates.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ test.group('Templates', () => {
async render(props: CustomErrorInfo['$props']) {
return `<h1 id="custom-error-message">${props.error.message}</h1>`
}
async print() {
return ''
}
}

const error = new Error('Something went wrong', {
Expand Down

0 comments on commit 6bb1398

Please sign in to comment.