Add login to test

pull/73/head
MillenniumEarl 2021-02-21 13:03:32 +01:00
parent b25bf8ac34
commit dac5e9f16b
1 changed files with 2 additions and 0 deletions

View File

@ -2,9 +2,11 @@
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);
}