OP
Size: a a a
OP
AP
FT
FT
AP
FT
OI
it('Doing something', async function() {
foo = await module.getfoo(bar);
console.log(foo);
});
OK
P
OK
P
OK
ES
B
FT
it('Doing something', async function() {
foo = await module.getfoo(bar);
console.log(foo);
});
FT
m
m
VM
FT