@ -73,7 +73,7 @@ describe('StyleManager', () => {
});
test('Add property to inexistent sector', () => {
expect(obj.addProperty('test', { property: 'test' })).toEqual(null);
expect(obj.addProperty('test', { property: 'test' })).toEqual(undefined);
test('Add property', () => {