diff options
author | 2024-08-19 11:37:39 -0700 | |
---|---|---|
committer | 2024-08-19 14:37:39 -0400 | |
commit | f239242d90dc7045e21bfa4d9a4d2619389abef6 (patch) | |
tree | 84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js | |
parent | 40183620d8315c342ffbb46ddcd1b003f4b303ed (diff) | |
download | astro-f239242d90dc7045e21bfa4d9a4d2619389abef6.tar.gz astro-f239242d90dc7045e21bfa4d9a4d2619389abef6.tar.zst astro-f239242d90dc7045e21bfa4d9a4d2619389abef6.zip |
[ci] release (alpha) (#11627)create-astro@4.8.4-alpha.0astro@5.0.0-alpha.0@astrojs/vue@5.0.0-alpha.0@astrojs/vercel@8.0.0-alpha.0@astrojs/tailwind@6.0.0-alpha.0@astrojs/svelte@6.0.0-alpha.0@astrojs/node@9.0.0-alpha.0@astrojs/mdx@4.0.0-alpha.0@astrojs/markdown-remark@6.0.0-alpha.0@astrojs/markdoc@1.0.0-alpha.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.js | 4 |
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')); }); }); |