Skip to content

Commit 5d91e73

Browse files
committed
test: remove only
1 parent 3ea9375 commit 5d91e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/page-router.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ test<FixtureTestContext>('Should serve correct locale-aware custom 404 pages', a
154154
).toBe('fr')
155155
})
156156

157-
describe.only('404 caching', () => {
157+
describe('404 caching', () => {
158158
describe('404 without getStaticProps', () => {
159159
test<FixtureTestContext>('not matching dynamic paths should be cached permanently', async (ctx) => {
160160
await createFixture('page-router', ctx)

0 commit comments

Comments
 (0)