Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 12, 2024
1 parent b8e4cdd commit 6c0cc42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/app-dir/css-order/css-order.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ const PAGES: Record<

const allPairs = getPairs(Object.keys(PAGES))

for (const mode of process.env.TURBOPACK
? ['turbo']
: ['webpack strict', 'webpack loose'])
for (const mode of process.env.TURBOPACK ? ['turbo'] : ['strict', 'loose'])
createNextDescribe(
`css-order ${mode}`,
{
Expand Down

0 comments on commit 6c0cc42

Please sign in to comment.