-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use const instead of enum #535
Conversation
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). |
You can just add one test and run that wither by marking the test as |
@domoritz i changed now the tests and its now a breaking change. |
Please fix the tests so we can merge this. |
@domoritz yes! but i hope i can fix it without testing it. |
@domoritz can you try again? :) |
Please:
Readme.md
fixes #534