deno.land / x / docx@8.5.0 / src / index.spec.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { describe, expect, it } from "vitest";
import { Document } from "./index";
describe("Index", () => { describe("Document", () => { it("should instantiate the Document", () => { expect( new Document({ sections: [], }), ).to.be.ok; }); });});
docx

Version Info

Tagged at
4 months ago