Unvendor playmusic, move to eslint
This commit is contained in:
parent
c7bfb3edf6
commit
23e8ee2405
8 changed files with 39 additions and 529 deletions
|
@ -24,7 +24,7 @@ describe('Deezer', function(){
|
|||
describe('search', function(){
|
||||
it('should find album by search', function(done){
|
||||
deezer.search({type: "album", artist: {name: "David Guetta"}, name: "Listen (Deluxe)"}).then(function(result) {
|
||||
result.name.should.equal("Listen (Deluxe)");
|
||||
result.name.should.equal("Listen");
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue