We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6cd1b commit d838c9cCopy full SHA for d838c9c
integrations/upgrade/index.test.ts
@@ -30,7 +30,7 @@ test(
30
},
31
async ({ fs, exec }) => {
32
let output = await exec('npx @tailwindcss/upgrade')
33
- expect(output).toContain('Cannot find a CSS file where Tailwind CSS is setup.')
+ expect(output).toContain('Cannot find any CSS files that reference Tailwind CSS.')
34
35
// Files should not be modified
36
expect(await fs.dumpFiles('./src/**/*.{css,html}')).toMatchInlineSnapshot(`
0 commit comments