divyanshu013/media

View on GitHub
src/__tests__/__snapshots__/breakpoints.js.snap

Summary

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

exports[`breakpoints snapshot 1`] = `
Object {
  "large": 992,
  "medium": 768,
  "small": 576,
  "xlarge": 1200,
  "xsmall": 420,
}
`;