summaryrefslogtreecommitdiff
path: root/packages/db/test/local-prod.test.js
diff options
context:
space:
mode:
authorGravatar Ben Holmes <bholmesdev@users.noreply.github.com> 2024-05-03 15:09:39 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-05-03 15:09:39 +0000
commitbefbda7fa3d712388789a5a9be1e0597834f86db (patch)
tree6515ca815d871cc2eeea2e109b84bfc1d788cfe1 /packages/db/test/local-prod.test.js
parent44bafa989af0cc380696bb6381048fc1ee55dd5b (diff)
downloadastro-befbda7fa3d712388789a5a9be1e0597834f86db.tar.gz
astro-befbda7fa3d712388789a5a9be1e0597834f86db.tar.zst
astro-befbda7fa3d712388789a5a9be1e0597834f86db.zip
[ci] format
Diffstat (limited to 'packages/db/test/local-prod.test.js')
-rw-r--r--packages/db/test/local-prod.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/test/local-prod.test.js b/packages/db/test/local-prod.test.js
index ff3b2c633..4796bfc9b 100644
--- a/packages/db/test/local-prod.test.js
+++ b/packages/db/test/local-prod.test.js
@@ -1,8 +1,8 @@
+import { relative } from 'path';
import { fileURLToPath } from 'url';
import { expect } from 'chai';
import testAdapter from '../../astro/test/test-adapter.js';
import { loadFixture } from '../../astro/test/test-utils.js';
-import { relative } from 'path';
describe('astro:db local database', () => {
let fixture;