// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should format S milliseconds correctly 1`] = `
01-5
`;
exports[`should format SS milliseconds correctly 1`] = `
01-50
`;
exports[`should format complete time correctly 1`] = `
01-05-59-59-999
`;
exports[`should format incomplete time correctly 1`] = `
29-59-59-999
`;
exports[`should not start counting when auto-start prop is false 1`] = `
100
`;