While trying to add Expect library in Jsbin.com console, it return undefined.
var mylib = {
text: 'My Category',
scripts: [
{ text: 'My library', url: 'https://github.com/mjackson/expect/blob/master/modules/index.js' }
]
};
libraries.add(mylib);
why don't you add script tag in the head. Try this in jsbin.com