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:
parent
2e1ba84664
commit
8ca9581721
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue