Skip to content

Commit

Permalink
Re-enable Math.random() test with 'use cache' in route handler
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Oct 11, 2024
1 parent c4faac9 commit f5dcb6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('Node Extensions', () => {
expect($('li').length).toBe(2)
})

it.skip('should not error when accessing routes that use Math.random() in App Router', async () => {
it('should not error when accessing routes that use Math.random() in App Router', async () => {
let res, body

res = await next.fetch('/app/prerendered/uncached/api')
Expand Down

0 comments on commit f5dcb6e

Please sign in to comment.