VG
Size: a a a
VG
OK
VG
OK
VG
VG
OK
B
VG
OK
OK
VG
OI
OI
const tuples = [
{ ... },
{ ... }
];
tuples.forEach((tuple) => {
test(`chance regular, check price for investment ${tuple.investment}`, async (t) => {
blabla
});
});
OI
OK
const tuples = [
{ ... },
{ ... }
];
tuples.forEach((tuple) => {
test(`chance regular, check price for investment ${tuple.investment}`, async (t) => {
blabla
});
});
OI
B
B
const tuples = [
{ ... },
{ ... }
];
tuples.forEach((tuple) => {
test(`chance regular, check price for investment ${tuple.investment}`, async (t) => {
blabla
});
});
OI