chore: init
This commit is contained in:
commit
30083154a8
23 changed files with 6418 additions and 0 deletions
7
test/index.test.ts
Normal file
7
test/index.test.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { describe, expect, it } from "vitest";
|
||||
|
||||
describe("should", () => {
|
||||
it("exported", () => {
|
||||
expect(1).toEqual(1);
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue