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

fix: test file paths

This commit is contained in:
bholmesdev 2024-01-08 18:02:52 -05:00 committed by Nate Moore
parent 05e1005c0b
commit f86c37714e

View file

@ -1,6 +1,6 @@
import { expect } from 'chai';
import { load as cheerioLoad } from 'cheerio';
import { isWindows, loadFixture } from '../../../astro/test/test-utils.js';
import { isWindows, loadFixture } from '../../astro/test/test-utils.js';
describe('astro:db', () => {
let fixture;