Initial version of status bar.
This commit is contained in:
@@ -306,28 +306,6 @@ describe('getOverriddenConfig', () => {
|
||||
}),
|
||||
).toEqual({});
|
||||
});
|
||||
|
||||
// it('with empty value and object', () => {
|
||||
// const manager = new ConditionsManager(createCardAPI());
|
||||
// manager.setState({ fullscreen: true });
|
||||
|
||||
// expect(
|
||||
// getOverriddenConfig(manager, config, {
|
||||
// configOverrides: [
|
||||
// {
|
||||
// delete: [''],
|
||||
// conditions: [
|
||||
// {
|
||||
// condition: 'fullscreen' as const,
|
||||
// fullscreen: true,
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
// emptyKeyReplaces: true,
|
||||
// }),
|
||||
// ).toEqual({});
|
||||
// });
|
||||
});
|
||||
|
||||
describe('should validate schema', () => {
|
||||
@@ -538,6 +516,11 @@ describe('ConditionsManager', () => {
|
||||
state: 'on',
|
||||
},
|
||||
],
|
||||
actions: [
|
||||
{
|
||||
action: 'fire-dom-event',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user