Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dulnan committed Aug 25, 2024
1 parent b100484 commit 674e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routeCacheWithCompression.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async function testResponse(path: string) {
expect(secondEncoding).toEqual(firstEncoding)
}

describe.only('The route cache with compression enabled', () => {
describe('The route cache with compression enabled', () => {
test('caches a page', async () => {
await purgeAll()
await testResponse('/testCompression')
Expand Down

0 comments on commit 674e420

Please sign in to comment.