Upgrade Node and deps

This commit is contained in:
Jonathan Cremin 2020-04-28 19:53:41 +01:00
parent 02fce6694f
commit 5ba3016557
5 changed files with 955 additions and 933 deletions

View file

@ -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');
});
});