Skip to content

Commit

Permalink
test: fix server port conflict (#7298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 12, 2022
1 parent 84fa816 commit 61fc601
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ import path from 'path'

// Regression test for https://github.com/vitejs/vite/issues/4000
test('postcss plugins in different dir', async () => {
const port = 5005
const port = 5006
const server = await createServer({
root: path.join(__dirname, '..', '..', 'tailwind'),
logLevel: 'silent',
Expand Down

0 comments on commit 61fc601

Please sign in to comment.