diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..7e97765 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +pipeline: + test: + image: denoland/deno:alpine + commands: + - deno test -A --unstable tests/index.ts + lint: + image: denoland/deno:alpine + commands: + - deno lint diff --git a/src/classes/AO3.ts b/src/classes/AO3.ts index 93d93fc..e1491cc 100644 --- a/src/classes/AO3.ts +++ b/src/classes/AO3.ts @@ -17,9 +17,6 @@ export default class AO3 { constructor(opts?: { url?: string; }) { - /*this.session = axiod.create({ - baseURL: opts?.url ?? "https://archiveofourown.org/", - });*/ this.session = { get: async (path: string) => { const res = await fetch(