test(FN-4306): align project storage key coverage
Fusion-Task-Id: FN-4306 Fusion-Task-Lineage: b0ab9b60-de02-40a7-ad8b-0ca18c98e16c
This commit is contained in:
@@ -98,11 +98,12 @@ describe("projectStorage", () => {
|
||||
"kb-chat-active-session",
|
||||
"kb-dashboard-working-branch-filter",
|
||||
"kb-dashboard-base-branch-filter",
|
||||
"kb-capacity-risk-banner-dismissed",
|
||||
"kb-files-line-numbers",
|
||||
"fusion-plugin-dependency-graph:positions",
|
||||
]),
|
||||
);
|
||||
expect(PROJECT_STORAGE_KEYS).toHaveLength(24);
|
||||
expect(PROJECT_STORAGE_KEYS).toHaveLength(25);
|
||||
});
|
||||
|
||||
it("stores branch filter values as scoped strings per project", () => {
|
||||
|
||||
Reference in New Issue
Block a user