Closed lublak closed 1 year ago
Please remove the npm lock file
@domoritz done
Tests are failing
@domoritz can you try again
Why should we make this configurable? I feel it's a better default and would like it always enabled. What do you think?
@domoritz then it is not compatible with your tests. (backwards compatible?)
Of we think this is better then we can release a new breaking version.
One question? How does this work if you have an enum with one value?
And speaking of tests, we need one.
@domoritz the issue ist currenlty: The complete project doesn't work. If i just try npm test, the tests are currently failing (and no i have not really time to fix all issues). Okay a breaking version can be fine for this. If you have a enum with one value it works fine with most stuff. But const is here a better solution. After all, that's what const is for.
You can just add one test and run that wither by marking the test as .only
or commenting out the others.
@domoritz i changed now the tests and its now a breaking change.
Please fix the tests so we can merge this.
@domoritz yes! The issue is, if i run my test local i can not see all issues directly. So i only can see if its fails here. My local test looks like this (in the workflow the tests works fine, currently also fails but with correct error message):
but i hope i can fix it without testing it.
@domoritz can you try again? :)
Please:
Readme.md
fixes https://github.com/YousefED/typescript-json-schema/issues/534