linter failure
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Drake 1 year ago
parent 139e00772a
commit fbbc3215d3

@ -56,7 +56,9 @@
"https://deno.land/x/plug@0.5.2/mod.ts": "ca0f207510399c27ed1d38b4c4a2d9389f1d69a0213d836fdd2418779b331251",
"https://deno.land/x/plug@0.5.2/plug.ts": "e495c772bc3b19eb30d820bb83f1b75f6047e3009e19d9a5d81dbe68ca642fd9",
"https://deno.land/x/url_join@1.0.0/mod.ts": "d3c7007e3ab15594e54d5b90dce623b3e274a726e0cdf57858e7ecab77a0166c",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/build/deno-wasm/deno-wasm.js": "3fa41dba4813e6d4b024a53a146b76e1afcbdf218fc02063442378c61239ed14",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/deno-dom-native.ts": "69e7714229512f47b2049a2c81e39830499ecb105e9741908a935a24f281618b",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/deno-dom-wasm.ts": "bfd999a493a6974e9fca4d331bee03bfb68cfc600c662cd0b48b21d67a2a8ba0",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/constructor-lock.ts": "59714df7e0571ec7bd338903b1f396202771a6d4d7f55a452936bd0de9deb186",
"https://denopkg.dev/gh/Ruthenic/deno-dom@master/src/deserialize.ts": "f4d34514ca00473ca428b69ad437ba345925744b5d791cb9552e2d7a0e7b0439",

@ -3,7 +3,7 @@ import AO3 from "../mod.ts";
import { assert } from "https://deno.land/std@0.167.0/testing/asserts.ts";
export default async function test(ao3: AO3) {
await Deno.test("chapters", async (test) => {
Deno.test("chapters", async (test) => {
const work = await ao3.getWork("43251729");
await work.init();

@ -3,7 +3,7 @@ import type { Work } from "../mod.ts";
import { assert } from "https://deno.land/std@0.167.0/testing/asserts.ts";
export default async function test(ao3: AO3) {
await Deno.test("works", async (test) => {
Deno.test("works", async (test) => {
let work: Work;
await test.step("initialization", async () => {
work = await ao3.getWork("43251729");

Loading…
Cancel
Save