// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`StatsTable screen when provided correct data set, renders it 1`] = ` cycle_start cycle_length bleeding 01. Jul 22 day{"count":31} day{"count":5} 01. Jun 22 day{"count":31} day{"count":5} `; exports[`StatsTable screen when provided no data, renders nothing 1`] = `null`; exports[`StatsTable screen when provided null, renders nothing 1`] = `null`; exports[`StatsTable screen when provided undefined, renders nothing 1`] = `null`;