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:
parent
05e1005c0b
commit
f86c37714e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue