Skip to content

Commit

Permalink
[#38] Add ts generator test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
KGOH committed Jan 20, 2023
1 parent 47f579b commit 886adad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/zen/schema_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
:type zen/map
:keys {:id {:type zen/string}
:email {:type zen/string
#_#_:regex "@"}}}})
#_#_:regex "@"}
#_#_:name {:type zen/vector
:every {:type zen/map
:keys {:given {:type zen/vector
:every {:type zen/string}}
:family {:type zen/string}}}}}}})

(zen.core/load-ns ztx my-structs-ns)

Expand Down

0 comments on commit 886adad

Please sign in to comment.