package startimer import "testing" func TestParseCron(t *testing.T) { parseCron("0 */4 * * * *") }