deno.land / x / lume@v2.1.4 / tests / reading_info.ts

reading_info.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { assertSiteSnapshot, build, getSite } from "./utils.ts";import readingInfo from "../plugins/reading_info.ts";
Deno.test("Reading info plugin", async (t) => { const site = getSite({ src: "reading_info", });
site.use(readingInfo());
await build(site); await assertSiteSnapshot(t, site);});
lume

Version Info

Tagged at
a month ago