summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js')
-rw-r--r--packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js b/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js
index 1ffe80ae0..7eac7e875 100644
--- a/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js
+++ b/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js
@@ -17,8 +17,6 @@ describe('Serverless with dynamic routes', () => {
it('build successful', async () => {
assert.ok(await fixture.readFile('../.vercel/output/static/index.html'));
- assert.ok(
- await fixture.readFile('../.vercel/output/functions/_render.func/.vc-config.json'),
- );
+ assert.ok(await fixture.readFile('../.vercel/output/functions/_render.func/.vc-config.json'));
});
});