Cleaning up Testing

This commit is contained in:
luke-hagar-sp
2022-08-01 09:56:28 -05:00
parent 062017ae97
commit 427ae1fbcd
2 changed files with 8 additions and 15 deletions

16
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "plex-api-oauth",
"version": "1.1.63",
"version": "1.1.103",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "plex-api-oauth",
"version": "1.1.63",
"version": "1.1.103",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
@@ -175,9 +175,9 @@
}
},
"node_modules/@sinclair/typebox": {
"version": "0.24.22",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.22.tgz",
"integrity": "sha512-JsBe3cOFpNZ6yjBYnXKhcENWy5qZE3PQZwExQ5ksA/h8qp4bwwxFmy07A6bC2R6qv6+RF3SfrbQTskTwYNTXUQ==",
"version": "0.24.23",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.23.tgz",
"integrity": "sha512-dhpD3rztStcXgwuhJhg10CA2YJfwx799VlzZpuEi/8ijKriQST6rEpA8mDYlyaVkxWlTiVFme1s1fc6rx8+BhA==",
"dev": true
},
"node_modules/@types/expect": {
@@ -2216,9 +2216,9 @@
}
},
"@sinclair/typebox": {
"version": "0.24.22",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.22.tgz",
"integrity": "sha512-JsBe3cOFpNZ6yjBYnXKhcENWy5qZE3PQZwExQ5ksA/h8qp4bwwxFmy07A6bC2R6qv6+RF3SfrbQTskTwYNTXUQ==",
"version": "0.24.23",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.23.tgz",
"integrity": "sha512-dhpD3rztStcXgwuhJhg10CA2YJfwx799VlzZpuEi/8ijKriQST6rEpA8mDYlyaVkxWlTiVFme1s1fc6rx8+BhA==",
"dev": true
},
"@types/expect": {

View File

@@ -1,7 +0,0 @@
import { PlexAPIOAuth } from "../src/index.js";
const PlexSession = new PlexAPIOAuth();
PlexSession.GenerateClientId();
await PlexSession.PlexLogin();