Skip to content

Commit

Permalink
fix typing of the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 11, 2024
1 parent 297d186 commit a2cb75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/ecmascript-features/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Disposer {
}
}

export default function Page({ children }) {
export default function Page() {
using _disposer = new Disposer()

return <p>hello world</p>
Expand Down

0 comments on commit a2cb75a

Please sign in to comment.