theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/redux/middlewares/IntervalMiddleware/__tests__/__snapshots__/IntervalReducer.test.js.snap

Summary

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

exports[`Interval reducer Should handle STOP_INTERVAL 1`] = `Object {}`;

exports[`Interval reducer should handle START_INTERVAL 1`] = `
Object {
  "SOME_KEY": 1212,
}
`;

exports[`Interval reducer should return the initial state 1`] = `Object {}`;