Created
January 23, 2024 08:46
-
-
Save JorensM/5eab0851321019a7156a2fbb0fce7569 to your computer and use it in GitHub Desktop.
Layout route problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe('New Listing page', () => { | |
renderRouter({ | |
'new-listing': NewListingPage, | |
'listings/[id]': ListingPage, | |
'feed': FeedPage, | |
'_layout': Layout | |
}, { | |
initialUrl: '/' | |
}); | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment