wipkanban/wipkanban

View on GitHub
src/client/__snapshots__/UniversalProvider.test.tsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<UniversalProvider /> Component should to render a Provider component 1`] = `
<Provider>
  <RouterFactory
    server={false}
  />
</Provider>
`;