diff --git a/packages/db/test/basics.test.js b/packages/db/test/basics.test.js index a3547cf2ff..a437240ebb 100644 --- a/packages/db/test/basics.test.js +++ b/packages/db/test/basics.test.js @@ -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;