Skip to content

Commit d838c9c

Browse files
committed
update test to reflect error message
1 parent 2b6cd1b commit d838c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/upgrade/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test(
3030
},
3131
async ({ fs, exec }) => {
3232
let output = await exec('npx @tailwindcss/upgrade')
33-
expect(output).toContain('Cannot find a CSS file where Tailwind CSS is setup.')
33+
expect(output).toContain('Cannot find any CSS files that reference Tailwind CSS.')
3434

3535
// Files should not be modified
3636
expect(await fs.dumpFiles('./src/**/*.{css,html}')).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)