fix(ci): schema-version literal, CLI core-mock spreads, plugin-sdk type-only exports, restore pruned i18n keys
This commit is contained in:
@@ -743,10 +743,10 @@ describe("RoadmapStore", () => {
|
||||
});
|
||||
|
||||
describe("schema version", () => {
|
||||
it("schema version is 105 after init", () => {
|
||||
it("schema version is 107 after init", () => {
|
||||
// Tracks @fusion/core's SCHEMA_VERSION (the roadmap store layers on core's
|
||||
// Database). Bump this in lockstep when core adds a migration.
|
||||
expect(db.getSchemaVersion()).toBe(105);
|
||||
expect(db.getSchemaVersion()).toBe(107);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user