This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdescribe('if currentMonth is passed', () => { | |
it('testing...', async () => { | |
const expected = [1, 1.005, 1.009, 1.013, 1.016]; | |
const inputArray = [1,1,1,1,1,1,1,1,1,1,1]; | |
// const summedToInputed2 = 1; | |
const prodArray = [1,1,1,0.46,1,1,1,0.54,1,1,1]; |