mirror of
https://github.com/withastro/astro.git
synced 2025-03-24 23:21:57 -05:00
[ci] format
This commit is contained in:
parent
713abb2998
commit
d43bcbeec3
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue