Skip to content

Commit 64f777d

Browse files
committed
chore: format
1 parent cd03dbc commit 64f777d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

tests/test-config.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@
124124
{
125125
"file": "test/e2e/app-dir/app-static/app-static.test.ts",
126126
"reason": "Uses CLI output",
127-
"tests": [
128-
"app-dir static/dynamic handling should warn for too many cache tags"
129-
]
127+
"tests": ["app-dir static/dynamic handling should warn for too many cache tags"]
130128
},
131129
{
132130
"file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
@@ -444,9 +442,7 @@
444442
{
445443
"file": "test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts",
446444
"reason": "Test relies on x-vercel-cache response header that is Vercel specific",
447-
"tests": [
448-
"app-root-param-getters - generateStaticParams should be statically prerenderable"
449-
]
445+
"tests": ["app-root-param-getters - generateStaticParams should be statically prerenderable"]
450446
},
451447
{
452448
"file": "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts",
@@ -491,9 +487,7 @@
491487
{
492488
"file": "test/e2e/app-dir/sub-shell-generation-middleware/sub-shell-generation-middleware.test.ts",
493489
"reason": "Checking Vercel specific x-vercel-cache header",
494-
"tests": [
495-
"middleware-static-rewrite should eventually result in a cache hit"
496-
]
490+
"tests": ["middleware-static-rewrite should eventually result in a cache hit"]
497491
}
498492
],
499493
"failures": [

0 commit comments

Comments
 (0)