mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Set tab color default off and add config for fill/border (#452)
This commit is contained in:
@@ -774,7 +774,7 @@ suite('SQL ConnectionManagementService tests', () => {
|
||||
|
||||
test('getTabColorForUri returns the group color corresponding to the connection for a URI', done => {
|
||||
// Set up the connection store to give back a group for the expected connection profile
|
||||
configResult['enableTabColors'] = true;
|
||||
configResult['tabColorMode'] = 'border';
|
||||
let expectedColor = 'red';
|
||||
connectionStore.setup(x => x.getGroupFromId(connectionProfile.groupId)).returns(() => <IConnectionProfileGroup> {
|
||||
color: expectedColor
|
||||
|
||||
Reference in New Issue
Block a user