From 25a7e9290bcd649af0747f6ca4f207a6958ef17f Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Tue, 28 Nov 2023 12:03:49 +1100 Subject: [PATCH] tweak comment Co-authored-by: Pedro Cattori --- integration/vite-css-dev-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/vite-css-dev-test.ts b/integration/vite-css-dev-test.ts index e9339bc9021..331f9d00cca 100644 --- a/integration/vite-css-dev-test.ts +++ b/integration/vite-css-dev-test.ts @@ -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"