Skip to content

Commit

Permalink
Added isWindows import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenpg committed Dec 14, 2024
1 parent 2e1ba84 commit 8ca9581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 8ca9581

Please sign in to comment.