Skip to content

Commit 6a3159e

Browse files
committed
cleanup console.log
1 parent 894290a commit 6a3159e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

integrations/cli/index.test.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,9 @@ test(
365365
},
366366
},
367367
async ({ fs, exec, root }) => {
368-
console.log(
369-
await exec('pnpm tailwindcss --input src/index.css --output dist/out.css', {
370-
cwd: path.join(root, 'project-a'),
371-
}),
372-
)
368+
await exec('pnpm tailwindcss --input src/index.css --output dist/out.css', {
369+
cwd: path.join(root, 'project-a'),
370+
})
373371

374372
expect(await fs.dumpFiles('./project-a/dist/*.css')).toMatchInlineSnapshot(`
375373
"

0 commit comments

Comments
 (0)