Comparing version 0.5.5 to 0.6.0
{ | ||
"name": "github4", | ||
"version": "0.5.5", | ||
"version": "0.6.0", | ||
"description": "NodeJS wrapper for the GitHub API", | ||
@@ -5,0 +5,0 @@ "author": "Mike de Boer <info@mikedeboer.nl>", |
@@ -168,2 +168,15 @@ /* | ||
it("should successfully execute GET /user/:id (getById)", function(next) { | ||
client.users.getById( | ||
{ | ||
id: "String" | ||
}, | ||
function(err, res) { | ||
Assert.equal(err, null); | ||
// other assertions go here | ||
next(); | ||
} | ||
); | ||
}); | ||
it("should successfully execute GET /user/emails (getEmails)", function(next) { | ||
@@ -170,0 +183,0 @@ client.users.getEmails( |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
488683
35
14177