Skip to content

Commit

Permalink
Fixup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Jul 26, 2024
1 parent cce1ac3 commit c6b6767
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/e2e/app-dir/self-importing-package-monorepo/app/layout.tsx

This file was deleted.

7 changes: 7 additions & 0 deletions test/e2e/app-dir/self-importing-package/app/layout.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function Root({ children }) {
return (
<html>
<body>{children}</body>
</html>
)
}

0 comments on commit c6b6767

Please sign in to comment.