This commit is contained in:
parent
15b25c5732
commit
aefd86a9bc
2 changed files with 9 additions and 13 deletions
|
@ -16,11 +16,8 @@ let expectedResults = [
|
|||
]
|
||||
|
||||
if(beforeSizes.length != expectedResults.length) throw "Error: beforeSizes and expectedResults are unequal length"
|
||||
|
||||
for(let i = 0; i < beforeSizes.length; i++){
|
||||
test('calculateReloaded test', () => {
|
||||
test('calculateReloaded test', () => {
|
||||
for(let i = 0; i < beforeSizes.length; i++){
|
||||
expect(calculateReloaded(beforeSizes[i], client)).toBe(expectedResults[i])
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue