From c176669ed281e7d6b996c803020443dea258417d Mon Sep 17 00:00:00 2001 From: Pavel Lang Date: Tue, 22 Aug 2017 02:29:52 +0200 Subject: [PATCH] chore: run jest-codemods --- src/components/Layout/Layout.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Layout.test.js b/src/components/Layout/Layout.test.js index 71cd42870..c68751196 100644 --- a/src/components/Layout/Layout.test.js +++ b/src/components/Layout/Layout.test.js @@ -16,7 +16,7 @@ import App from '../App'; import Layout from './Layout'; describe('Layout', () => { - it('renders children correctly', () => { + test('renders children correctly', () => { const wrapper = renderer .create( {} }}>