0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Added isWindows import

This commit is contained in:
jeroenpg 2024-12-14 18:11:00 +01:00
parent 2e1ba84664
commit 8ca9581721

View file

@ -1,7 +1,7 @@
import assert from 'node:assert/strict'; import assert from 'node:assert/strict';
import { before, describe, it } from 'node:test'; import { before, describe, it } from 'node:test';
import { load as cheerioLoad } from 'cheerio'; 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; let fixture;