huridocs/uwazi

View on GitHub
app/react/Markdown/components/specs/__snapshots__/Counter.spec.js.snap

Summary

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

exports[`Counter should render a placeholder when count is "null" 1`] = `"-"`;

exports[`Counter should render the count passed by mapStateToProps 1`] = `5`;