1
2
3
export let testCallInterval = () => {
setInterval(() => console.email('my test'), 1 * 60 * 1000)
}