From cd01df3747ff361fab819fd1d30fac1dba6240e1 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 6 Jul 2023 18:23:02 +0200 Subject: update tests and examples --- test/reading/test.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'test/reading') diff --git a/test/reading/test.ts b/test/reading/test.ts index 6a82b3f..a2524de 100644 --- a/test/reading/test.ts +++ b/test/reading/test.ts @@ -1,13 +1,6 @@ -import { assertEquals } from "../base.ts"; +import { api, assertEquals } from "../base.ts"; import cases from "./cases.ts"; -import Yomikun from "../../api/yomikun.ts"; -import DirectCoreClient from '../../core/direct/client.ts'; - -var core = new DirectCoreClient(); -await core.ready; -var api = new Yomikun(core); - cases.forEach(({input, output}) => { Deno.test(`Sentence reading - ${input}`, async () => { // TODO: use sentence reading and tags -- cgit v1.2.3