// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`mountWithContexts injected ConfigProvider should mount and render with custom Config value 1`] = `
Fizz 1.1
`; exports[`mountWithContexts injected ConfigProvider should mount and render with default values 1`] = `
`; exports[`mountWithContexts injected I18nProvider should mount and render 1`] = `
Text content
`; exports[`mountWithContexts injected I18nProvider should mount and render deeply nested consumer 1`] = `
Text content
`; exports[`mountWithContexts injected Router should mount and render 1`] = `
home
`;