From eb42a8001f041410a3eeda5d921de785adc942cd Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 12 May 2025 18:03:18 +0200 Subject: [PATCH] remove spurious only Signed-off-by: Matteo Collina --- test/interceptors/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/interceptors/cache.js b/test/interceptors/cache.js index e21634a5754..93af99ccb73 100644 --- a/test/interceptors/cache.js +++ b/test/interceptors/cache.js @@ -322,7 +322,7 @@ describe('Cache Interceptor', () => { } }) - test.only('max-age caching', async () => { + test('max-age caching', async () => { const clock = FakeTimers.install({ shouldClearNativeTimers: true })