0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-03-27 19:52:24 +00:00 committed by astrobot-houston
parent 713abb2998
commit d43bcbeec3

View file

@ -1,8 +1,8 @@
import { expect } from 'chai';
import { describe, it } from 'mocha';
import {
getTableChangeQueries,
getMigrationQueries,
getTableChangeQueries,
} from '../../dist/core/cli/migration-queries.js';
import { MIGRATION_VERSION } from '../../dist/core/consts.js';
import { tableSchema } from '../../dist/core/schemas.js';