Closed JenMorgan closed 4 years ago
describe("namesExtraction", () => {
it('extract all the names from the array of objects', () => {
let arr = ["Вася", "Петя", "Маша"];
assert.deepEqual(namesExtraction (users), arr);
});
});