Skip to content

Commit

Permalink
update failed snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <[email protected]>
  • Loading branch information
ruanyl committed Sep 28, 2023
1 parent 572b71c commit 94a15da
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/core/server/capabilities/capabilities_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ describe('CapabilitiesService', () => {
"navLinks": Object {
"myLink": true,
},
"workspaces": Object {},
}
`);
});
Expand Down Expand Up @@ -107,6 +108,7 @@ describe('CapabilitiesService', () => {
"B": true,
"C": true,
},
"workspaces": Object {},
}
`);
});
Expand Down Expand Up @@ -134,6 +136,7 @@ describe('CapabilitiesService', () => {
},
"management": Object {},
"navLinks": Object {},
"workspaces": Object {},
}
`);
});
Expand Down Expand Up @@ -192,6 +195,7 @@ describe('CapabilitiesService', () => {
"b": true,
"c": false,
},
"workspaces": Object {},
}
`);
});
Expand Down
1 change: 1 addition & 0 deletions src/core/server/capabilities/resolve_capabilities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe('resolveCapabilities', () => {
},
"management": Object {},
"navLinks": Object {},
"workspaces": Object {},
}
`);
});
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94a15da

Please sign in to comment.