Explorar o código

fix: fixed tslint validation error

Torkel Ödegaard %!s(int64=8) %!d(string=hai) anos
pai
achega
34edea4ac7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/core/specs/ColorPalette.jest.tsx

+ 1 - 1
public/app/core/specs/ColorPalette.jest.tsx

@@ -4,7 +4,7 @@ import { ColorPalette } from '../components/colorpicker/ColorPalette';
 
 describe('CollorPalette', () => {
   it('renders correctly', () => {
-    const tree = renderer.create(<ColorPalette color="#EAB839" />).toJSON();
+    const tree = renderer.create(<ColorPalette color="#EAB839" onColorSelect={jest.fn()} />).toJSON();
     expect(tree).toMatchSnapshot();
   });
 });