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