Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cattori <[email protected]>
  • Loading branch information
markdalgleish and pcattori authored Nov 28, 2023
1 parent 26344e7 commit 25a7e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/vite-css-dev-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ test.describe("Vite CSS dev", () => {
// Ensure CSS updates were handled by HMR
await expect(input).toHaveValue("stateful");

// The following change triggers a full page reload, so we check it after the HMR changes
// The following change triggers a full page reload, so we check it after all the checks for HMR state preservation
let clientEntryCssContents = await fs.readFile(
path.join(projectDir, "app/entry.client.css"),
"utf8"
Expand Down

0 comments on commit 25a7e92

Please sign in to comment.