Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07aaffc commit db56eb2Copy full SHA for db56eb2
1 file changed
tests/rendering/favicons.js
@@ -1,9 +1,11 @@
1
-import { expect } from '@jest/globals'
+import { expect, jest } from '@jest/globals'
2
3
import { SURROGATE_ENUMS } from '../../middleware/set-fastly-surrogate-key.js'
4
import { get } from '../helpers/e2etest.js'
5
6
describe('favicon assets', () => {
7
+ jest.setTimeout(60 * 1000)
8
+
9
it('should serve a valid and aggressively caching /favicon.ico', async () => {
10
const res = await get('/favicon.ico')
11
expect(res.statusCode).toBe(200)
0 commit comments