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;