Skip to content

Commit

Permalink
test: ignore order of HMR updates in tailwind spec (#13821)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Jul 13, 2023
1 parent fd1b731 commit 72a6985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/tailwind/__test__/tailwind.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if (!isBuild) {
'[vite] css hot updated: /index.css',
'[vite] hot updated: /src/App.vue',
],
true,
false,
)
await untilUpdated(() => getColor(el), 'rgb(11, 22, 33)')
})
Expand All @@ -77,6 +77,7 @@ if (!isBuild) {
'[vite] css hot updated: /index.css',
'[vite] hot updated: /src/components/PugTemplate.vue?vue&type=template&lang.js',
],
false,
)
await untilUpdated(() => getBgColor(el), 'rgb(220, 38, 38)')
})
Expand Down

0 comments on commit 72a6985

Please sign in to comment.