mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
refactor: ♻️ Refactor naming and code exports for both modules
This commit is contained in:
parent
8a37e7df95
commit
dc352bc276
29 changed files with 629 additions and 312 deletions
|
|
@ -2,7 +2,7 @@ import { describe, expect, it } from "bun:test";
|
|||
import { EntityValidator } from "../index";
|
||||
|
||||
describe("Package testing", () => {
|
||||
it("should not validate a bad Note", async () => {
|
||||
it("should not validate a bad Note", () => {
|
||||
const badObject = {
|
||||
IamBad: "Note",
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue