0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

chore: format

This commit is contained in:
Alexander Niebuhr 2024-08-29 08:28:37 +02:00
parent c0aedf5b6a
commit 0c67820480

View file

@ -1,6 +1,6 @@
import { EventEmitter } from 'node:events';
import httpMocks from 'node-mocks-http';
import { loadFixture as baseLoadFixture } from '@astrojs/test-utils';
import httpMocks from 'node-mocks-http';
process.env.ASTRO_NODE_AUTOSTART = 'disabled';
process.env.ASTRO_NODE_LOGGING = 'disabled';