Browse Source

Update test

pull/2992/head
Artur Arseniev 6 years ago
parent
commit
0fccdf33ec
  1. 2
      test/specs/style_manager/index.js

2
test/specs/style_manager/index.js

@ -113,7 +113,7 @@ describe('StyleManager', () => {
{ property: 'test-prop' }, { property: 'test-prop' },
{ property: 'test-prop' } { property: 'test-prop' }
]); ]);
expect(obj.getProperty('test', 'test-prop').length).toEqual(1); expect(obj.getProperty('test', 'test-prop')).toBeTruthy();
}); });
test('Get inexistent properties', () => { test('Get inexistent properties', () => {

Loading…
Cancel
Save