fix(ci): add createWorkflowAuthoringTools to partial engine mocks; bump roadmap schema assertion to 109

This commit is contained in:
gsxdsm
2026-06-05 01:45:48 -07:00
parent 27d3763db5
commit dfe8dfd70a
23 changed files with 26 additions and 3 deletions

View File

@@ -743,10 +743,10 @@ describe("RoadmapStore", () => {
});
describe("schema version", () => {
it("schema version is 108 after init", () => {
it("schema version is 109 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(108);
expect(db.getSchemaVersion()).toBe(109);
});
});