checkpoint: pre-split branch cleanup
This commit is contained in:
parent
4c2ae2e5b7
commit
b5db7a7753
276 changed files with 35912 additions and 60119 deletions
|
|
@ -22,4 +22,8 @@ test('status --json reports runtime root and install mode', async () => {
|
|||
assert.ok('path' in payload.bd);
|
||||
assert.ok(payload.bd.project);
|
||||
assert.equal(typeof payload.bd.project.hasBeadsDir, 'boolean');
|
||||
assert.ok(payload.bd.backend);
|
||||
assert.equal(typeof payload.bd.backend.sqliteLegacyDb, 'boolean');
|
||||
assert.equal(typeof payload.bd.backend.sqliteMigratedDb, 'boolean');
|
||||
assert.equal(typeof payload.bd.backend.doltRepo, 'boolean');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue