File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ export * from "./validbot" ;
2+ export * from "./zod" ;
Original file line number Diff line number Diff line change 11import { describe , it , expect } from "vitest" ;
22import { safeParse } from "valibot" ;
33import { IdHelper } from "../../src" ;
4- import { createValibotIdSchema } from "../../src/validators/validbot " ;
4+ import { createValibotIdSchema } from "../../src/validators" ;
55
66describe ( "Valibot ID Validator" , ( ) => {
77 it ( "should validate ID with default options" , ( ) => {
Original file line number Diff line number Diff line change 11import { describe , it , expect } from "vitest" ;
22import { IdHelper } from "../../src" ;
3- import { createZodIdSchema } from "../../src/validators/zod " ;
3+ import { createZodIdSchema } from "../../src/validators" ;
44
55describe ( "Zod ID Validator" , ( ) => {
66 it ( "should validate ID with default options" , ( ) => {
You can’t perform that action at this time.
0 commit comments