You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ao3-deno/tests/index.ts

9 lines
187 B

import AO3 from "../src/classes/AO3.ts";
import workTest from "./work.ts";
import chaptersTest from "./chapter.ts";
const ao3 = new AO3();
await workTest(ao3);
await chaptersTest(ao3);