updates
This commit is contained in:
parent
94c83e9e50
commit
cc5213b09e
79 changed files with 1341 additions and 357 deletions
|
@ -1,10 +0,0 @@
|
|||
describe("getUsers", function() {
|
||||
|
||||
it("gets users from GitHub", async function() {
|
||||
let users = await getUsers(['iliakan', 'remy', 'no.such.users']);
|
||||
assert.equal(users[0].login, 'iliakan');
|
||||
assert.equal(users[1].login, 'remy');
|
||||
assert.equal(users[2], null);
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue