fix: code syntax

This commit is contained in:
Benjy Cui 2017-03-24 11:29:38 +08:00
parent 7696c1cd05
commit 583ed547e9

View File

@ -61,7 +61,7 @@ const App = () => (
describe('Locale Provider', () => {
it('should display the text as locale changed', () => {
[enUS, ptBR, ruRU, esES, svSE, frBE, deDE, nlNL, caES, csCZ, koKR, etEE, skSK].forEach((locale) => {{
[enUS, ptBR, ruRU, esES, svSE, frBE, deDE, nlNL, caES, csCZ, koKR, etEE, skSK].forEach((locale) => {
const wrapper = mount(
<LocaleProvider locale={locale}>
<App />