UNPKG

cra-template-rb

Version:

The official React Boilerplate template for Create React App

9 lines (7 loc) 166 B
import { i18n } from '../i18n'; describe('i18n', () => { it('should initiate i18n', async () => { const t = await i18n; expect(t).toBeDefined(); }); });