Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/cli/test/json-stdout-purity.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ const COMMANDS_DIR = resolve(HERE, '../src/commands');
*/
const FAMILY: Record<string, string[]> = {
'meta resync': [],
// Its bare form boots: it takes the `os migrate plan` shape (`deferSchemaDdl`
// + `readOnlyProbe`), so a fixture with no database file is opened as an
// empty in-memory one rather than being brought into existence. No table
// exists there, so the face driven here is the command's REFUSAL face — the
// `emitJson(…, 1, { compact: true })` branch, which is the noisier of its two
// emit paths and therefore the one worth pinning: every driver and kernel
// diagnostic the failed scan produces is emitted before it.
'migrate account-issuer': [],
'migrate apply': [],
'migrate files-to-references': [],
'migrate meta': ['--stored'],
Expand Down
Loading