describe('getCurrentMonth', () => {
    it('should return 2019/03/01 when 2019/03/21', () => {
        const values = [
            new Date(2019, 2, 21),
            new Date('03/21/2019'),