diff --git a/test/routeCacheWithCompression.e2e.spec.ts b/test/routeCacheWithCompression.e2e.spec.ts index c43541e..46f52b7 100644 --- a/test/routeCacheWithCompression.e2e.spec.ts +++ b/test/routeCacheWithCompression.e2e.spec.ts @@ -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')