Skip to content

Commit bf4c199

Browse files
authored
remove spurious only (#4207)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent faca33a commit bf4c199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interceptors/cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ describe('Cache Interceptor', () => {
322322
}
323323
})
324324

325-
test.only('max-age caching', async () => {
325+
test('max-age caching', async () => {
326326
const clock = FakeTimers.install({
327327
shouldClearNativeTimers: true
328328
})

0 commit comments

Comments
 (0)