Upgrade Node and deps
This commit is contained in:
parent
02fce6694f
commit
5ba3016557
5 changed files with 955 additions and 933 deletions
|
@ -3,7 +3,7 @@ import lookup from '../lib/lookup.js';
|
|||
|
||||
describe('Search with url', function(){
|
||||
it('should find album by url', async function (){
|
||||
const result = await lookup('https://play.google.com/music/listen#/album/Bz6wrjczddcj5hurijsv6ohdoay');
|
||||
result.name.should.equal('Phase 5');
|
||||
const result = await lookup('https://play.google.com/music/m/Bw2bwajaddrgr5vakp3vluqothq');
|
||||
result.name.should.equal('Breaking');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue