Skip to content

Commit bcd9da9

Browse files
fix test names
1 parent 2bbb2fa commit bcd9da9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/test/unit/util/compile-vercel-config.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ describe('compileVercelConfig', () => {
465465
await remove(tmpDir);
466466
});
467467

468-
it('should compile vercel.ts to vercel.json and convert headers to routes', async () => {
468+
it('should compile vercel.ts to vercel.json', async () => {
469469
const vercelTsPath = join(tmpDir, 'vercel.ts');
470470
const vercelTsContent = `
471471
export default {
@@ -514,7 +514,7 @@ describe('compileVercelConfig', () => {
514514
);
515515
});
516516

517-
it('should compile vercel.mjs to vercel.json and convert rewrites to routes', async () => {
517+
it('should compile vercel.mjs to vercel.json', async () => {
518518
const vercelMjsPath = join(tmpDir, 'vercel.mjs');
519519
const vercelMjsContent = `
520520
export default {

0 commit comments

Comments
 (0)