未验证 提交 a4be7807 编写于 作者: S Stig Kleppe-Jørgensen 提交者: GitHub

Remove duplicate `should` in test name (#17303)

上级 8fdb93d7
......@@ -1129,7 +1129,7 @@ const runTests = (dev = false, isEmulatedServerless = false) => {
})
} else {
if (!isEmulatedServerless) {
it('should should use correct caching headers for a no-revalidate page', async () => {
it('should use correct caching headers for a no-revalidate page', async () => {
const initialRes = await fetchViaHTTP(appPort, '/something')
expect(initialRes.headers.get('cache-control')).toBe(
's-maxage=31536000, stale-while-revalidate'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册