sparse-intern-71089
11/25/2020, 10:25 PMlittle-cartoon-10569
11/26/2020, 1:22 AMreturn expect(Promise.all([
bucketObject.name.promise(),
user.name.promise()
])).to.eventually.satisfy((names: Promise<string>[]) => names[0] == `${names[1]}.txt`, "User and file names don't match");
little-cartoon-10569
11/26/2020, 1:24 AM