diff --git a/.vscode/launch.json b/.vscode/launch.json index 157fccd..6031ce2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,12 +7,5 @@ "command": "npm run test", "cwd": "${workspaceFolder}" }, - { - "type": "node-terminal", - "name": "Devtest", - "request": "launch", - "command": "npm run run-devtest", - "cwd": "${workspaceFolder}" - } ] } \ No newline at end of file diff --git a/src/test.ts b/src/test.ts deleted file mode 100644 index 87a30dd..0000000 --- a/src/test.ts +++ /dev/null @@ -1,14 +0,0 @@ -"use strict"; - -import { fetchLatest } from "./scripts/latest-fetch.js"; -import SearchQuery from "./scripts/classes/search-query.js"; -import { login } from "./index.js"; - - -async function test() { - const result = await login("MillenniumEarl", "f9vTcRNuvxj4YpK"); - const query = new SearchQuery(); - const urls = await fetchLatest(query, 5); -} - -test(); \ No newline at end of file