test('should set a default zIndex at 0', () => {
    const element = document.createElement('div');
    window.getComputedStyle = jest.fn();
    window.getComputedStyle.mockImplementation(() => ({
      zIndex: ''