mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-06 04:20:40 +00:00
Formatting
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -101,3 +101,7 @@ dist
|
||||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
|
||||
.vscode/
|
||||
node_modules/
|
||||
build/
|
||||
1
.npmignore
Normal file
1
.npmignore
Normal file
@@ -0,0 +1 @@
|
||||
test/
|
||||
@@ -9,7 +9,4 @@ describe("Login Test", function () {
|
||||
console.log(plexapioauth);
|
||||
assert.strictEqual(PlexLogin(plexapioauth.plexClientInformation), null);
|
||||
});
|
||||
// it("should be able to successfully login", function () {
|
||||
// assert.notEqual(PlexLogin(), null);
|
||||
// });
|
||||
});
|
||||
Reference in New Issue
Block a user