// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StoppedTasksCard render error-last selected 1`] = ` Stopped
Total week
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render error-total selected 1`] = ` Stopped
Total 24h
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render selected 1`] = ` Stopped
Total 24h
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render success-last selected 1`] = ` Stopped
Total week
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render success-total selected 1`] = ` Stopped
Total 24h
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render warning-last selected 1`] = ` Stopped
Total week
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render warning-total selected 1`] = ` Stopped
Total 24h
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render with minimal props 1`] = ` Stopped
Total 24h
Error 0 0
Warning 0 0
Success 0 0
`; exports[`StoppedTasksCard render with props 1`] = ` Stopped
Total week
Error 9 1
Warning 8 2
Success 7 3
`;