mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-09 12:37:50 +00:00
I wanna go fast
This commit is contained in:
@@ -38,4 +38,14 @@ describe("Login Test", function () {
|
||||
console.log("Plex Servers");
|
||||
console.log(PlexSession.plexServers);
|
||||
});
|
||||
it("Get Plex Libraries", async function () {
|
||||
//this.timeout(10000);
|
||||
let response = await PlexSession.GetPlexLibraries();
|
||||
assert.notEqual(PlexSession.plexLibraries, null);
|
||||
assert.notEqual(PlexSession.plexLibraries, undefined);
|
||||
assert.notEqual(PlexSession.plexLibraries, emptyArray);
|
||||
assert.notEqual(await response, null);
|
||||
console.log("Plex Libraries");
|
||||
console.log(PlexSession.plexLibraries);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user