theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/routes/common/reducerHOC/__tests__/__snapshots__/withQueryReducer.test.js.snap

Summary

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

exports[`withQueryReducer should handle TEST_UPDATE_QUERY 1`] = `
Object {
  "itemCount": 20,
  "page": 21,
  "perPage": 20,
  "searchQuery": "search",
}
`;

exports[`withQueryReducer should return the initial state 1`] = `
Object {
  "itemCount": 0,
  "page": 1,
  "searchQuery": "",
}
`;