From 8ca95817212b8e580539b62662f911a2fb1814f6 Mon Sep 17 00:00:00 2001 From: jeroenpg Date: Sat, 14 Dec 2024 18:11:00 +0100 Subject: [PATCH] Added isWindows import --- .../integrations/react/test/react-component-production.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/react/test/react-component-production.test.js b/packages/integrations/react/test/react-component-production.test.js index 9cdcec246a..9d56b750d1 100644 --- a/packages/integrations/react/test/react-component-production.test.js +++ b/packages/integrations/react/test/react-component-production.test.js @@ -1,7 +1,7 @@ import assert from 'node:assert/strict'; import { before, describe, it } from 'node:test'; import { load as cheerioLoad } from 'cheerio'; -import { loadFixture } from '../../../astro/test/test-utils.js'; +import { isWindows, loadFixture } from '../../../astro/test/test-utils.js'; let fixture;