deno.land / x / lume@v2.1.4 / tests / jsx_preact.test.ts

jsx_preact.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { assertSiteSnapshot, build, getSite } from "./utils.ts";import jsx from "../plugins/jsx_preact.ts";
Deno.test("build a site with jsx/tsx modules using Preact", async (t) => { const site = getSite({ src: "jsx_preact", location: new URL("https://example.com/blog"), });
site.use(jsx());
await build(site); await assertSiteSnapshot(t, site);});
lume

Version Info

Tagged at
a month ago