From 34edea4ac7d7d04301a8ba87bdffe033c6714466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 22 Oct 2017 14:56:20 +0200 Subject: [PATCH] fix: fixed tslint validation error --- public/app/core/specs/ColorPalette.jest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/specs/ColorPalette.jest.tsx b/public/app/core/specs/ColorPalette.jest.tsx index f3b8e233fe5..fb1124aa975 100644 --- a/public/app/core/specs/ColorPalette.jest.tsx +++ b/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().toJSON(); + const tree = renderer.create().toJSON(); expect(tree).toMatchSnapshot(); }); });