Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
topic:function(){
bitly.shorten("http://done-js.no.de/fake", this.callback)
},
'should provide small url':function(err, result){
var shorten = function(url, callback){
bitly.shorten(url, callback);
};