Skip to content

Commit 5b4d6fe

Browse files
committed
Changed to ts-json-schema-generator
updated unit tests Added new vs old unit test Add a test for omit utility type Removal of typescript-json-schema from main code Moved __test__ directory out of src folder for better code coverage
1 parent 13efde2 commit 5b4d6fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5977
-3708
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ lib
2626
environment.toml
2727
.env
2828

29-
src/__tests__/**/*.validator.ts
29+
__tests__/**/*.validator.ts
30+
__tests__/validators/output/
31+
.vscode

0 commit comments

Comments
 (0)