From 96462b1798f4269c4162df1e20e2f4da6dacc8e8 Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Fri, 19 May 2017 19:05:37 -0400 Subject: add prop-types to requirements --- ui/test/components/center.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ui/test/components/center.js') diff --git a/ui/test/components/center.js b/ui/test/components/center.js index e9242e7d..78534818 100644 --- a/ui/test/components/center.js +++ b/ui/test/components/center.js @@ -12,7 +12,9 @@ describe('Center Component', () => { it('has reasonable defaults', () => { const center = shallow(
- test + + test +
) @@ -24,7 +26,9 @@ describe('Center Component', () => { it('has a width parameter on the inner div', () => { const center = shallow(
- test + + test +
) @@ -34,7 +38,9 @@ describe('Center Component', () => { it('sets direction parameter in the class name', () => { const center = shallow(
- test + + test +
) -- cgit v1.2.3