mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
build: upgrade to angular v12
This commit is contained in:
@@ -100,7 +100,7 @@ describe('SettingsProvider', () => {
|
||||
CONFIG_SETTINGS_MOCK[3].categories[0],
|
||||
CONFIG_SETTINGS_MOCK[3].name,
|
||||
);
|
||||
await expect(value).toEqual(SETTING_VALUES_MOCK.profile.group);
|
||||
await expect(value).toEqual(SETTING_VALUES_MOCK.profile.group as string);
|
||||
});
|
||||
|
||||
it('should set default setting value if no persisted value exist', async () => {
|
||||
|
||||
Reference in New Issue
Block a user