Formatting

This commit is contained in:
luke-hagar-sp
2022-07-26 08:18:30 -05:00
parent 30781c659f
commit 4a6e35529e
4 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -101,3 +101,7 @@ dist
# TernJS port file # TernJS port file
.tern-port .tern-port
.vscode/
node_modules/
build/

1
.npmignore Normal file
View File

@@ -0,0 +1 @@
test/

View File

@@ -9,7 +9,4 @@ describe("Login Test", function () {
console.log(plexapioauth); console.log(plexapioauth);
assert.strictEqual(PlexLogin(plexapioauth.plexClientInformation), null); assert.strictEqual(PlexLogin(plexapioauth.plexClientInformation), null);
}); });
// it("should be able to successfully login", function () {
// assert.notEqual(PlexLogin(), null);
// });
}); });