Skip to content

Commit

Permalink
chore: run jest-codemods
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Aug 22, 2017
1 parent b4dd558 commit c176669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/Layout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<App context={{ insertCss: () => {} }}>
Expand Down

0 comments on commit c176669

Please sign in to comment.