types: test cases typing
This commit is contained in:
@@ -83,5 +83,5 @@ test('should change z-index when using z-index prop', () => {
|
||||
zIndex: 100,
|
||||
},
|
||||
});
|
||||
expect(wrapper.element.style.zIndex).toEqual('100');
|
||||
expect(wrapper.style.zIndex).toEqual('100');
|
||||
});
|
||||
Reference in New Issue
Block a user