0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00

Disabled windows for the react 19 production test.

This commit is contained in:
jeroenpg 2024-12-14 17:55:56 +01:00
parent b21631ffb6
commit 2e1ba84664

View file

@ -6,6 +6,8 @@ import { loadFixture } from '../../../astro/test/test-utils.js';
let fixture;
describe('React Production Components', () => {
if (isWindows) return;
before(async () => {
/**
* Ensures that the NODE_ENV is set to "production" for this runner.