Skip to content

Commit 48ff773

Browse files
committed
Update test
1 parent adc8334 commit 48ff773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-cli/tests/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function inIsolatedContext(fn) {
5858
let dest = `${os.tmpdir()}/tailwindcss-cli`
5959

6060
// Recursively copy the dist and tests folders
61-
let dirs = ['dist', 'tests', 'tailwind.config.js']
61+
let dirs = ['dist', 'tests']
6262

6363
await Promise.all(
6464
dirs.map((dir) =>

0 commit comments

Comments
 (0)