From f86c37714ec0681a69a899341a2df0ddaf176cb2 Mon Sep 17 00:00:00 2001 From: bholmesdev Date: Mon, 8 Jan 2024 18:02:52 -0500 Subject: [PATCH] fix: test file paths --- packages/db/test/basics.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;