Browse Source

Fix test

pull/5694/head
Artur Arseniev 3 years ago
parent
commit
b6613061eb
  1. 2
      test/specs/style_manager/index.ts

2
test/specs/style_manager/index.ts

@ -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', () => {

Loading…
Cancel
Save