Skip to content

Commit 09b182f

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 Updated circle.ci
1 parent 13efde2 commit 09b182f

Some content is hidden

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

46 files changed

+5978
-3709
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
refs:
44
container: &container
55
docker:
6-
- image: node:10
6+
- image: node:12
77
working_directory: ~/repo
88
steps:
99
- &Versions

.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)