Add test coverage for GPM and Spotify
This commit is contained in:
parent
2e302d7f8c
commit
39a22f65d9
2 changed files with 82 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
var parse = require('url').parse;
|
||||
|
||||
if (!process.env.RDIO_API_KEY || !process.env.RDIO_API_SHARED) {
|
||||
throw new Error("You need to set GOOGLE_EMAIL and GOOGLE_PASSWORD environment variables");
|
||||
throw new Error("You need to set RDIO_API_KEY and RDIO_API_SHARED environment variables");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue