Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Apr 25, 2023
1 parent adc8334 commit 48ff773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone-cli/tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function inIsolatedContext(fn) {
let dest = `${os.tmpdir()}/tailwindcss-cli`

// Recursively copy the dist and tests folders
let dirs = ['dist', 'tests', 'tailwind.config.js']
let dirs = ['dist', 'tests']

await Promise.all(
dirs.map((dir) =>
Expand Down

0 comments on commit 48ff773

Please sign in to comment.