Deploying to gh-pages from @ dolanmiu/docx@91379070d3 🚀

This commit is contained in:
dolanmiu
2023-06-12 19:08:34 +00:00
parent 284b5c4c1f
commit 40f73e0ad8
371 changed files with 4520 additions and 2092 deletions

View File

@ -191,9 +191,13 @@ Please write a test of every file you make and suffix it with `.spec.ts`.
Here is a template of a test:
```ts
import { assert } from "chai";
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
describe("ClassName", () => {
afterEach(() => {
// TODO
});
beforeEach(() => {
// TODO
});