Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 9, 2024
1 parent afb7d8c commit 3a4ce3c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('custom-cache-control', () => {
// customizing these headers won't apply on environments
// where headers are applied outside of the Next.js server
it('should skip for deploy', () => {})
return
}

it('should have custom cache-control for app-ssg prerendered', async () => {
Expand Down

0 comments on commit 3a4ce3c

Please sign in to comment.