Skip to content
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

No LOW property in TaskStatusEnum #3

Open
krshubham opened this issue Dec 21, 2017 · 4 comments
Open

No LOW property in TaskStatusEnum #3

krshubham opened this issue Dec 21, 2017 · 4 comments
Labels

Comments

@krshubham
Copy link

krshubham commented Dec 21, 2017

On this line
screen shot 2017-12-21 at 14 52 57

I guess there is now LOW property in TaskStatusEnum.

Also when I just forked and cloned the repo and ran the tests it threw me an error. Please can you check and let me know what's going wrong here:

image

@softvar
Copy link
Owner

softvar commented Dec 21, 2017

Yea, it's a bug. I found out that I haven't use any enum for Priority, will fix this soon. Thanks for pointing this out.

Also, regarding the tests, they are working fine at my end. Travis CI is also showing build passed which means tests are fine. Did you run yarn run test?

@softvar softvar added the bug label Dec 21, 2017
@krshubham
Copy link
Author

I tried with npm and also with yarn. I don't think this matters much does it? And anyways, it failed in both the cases. :(

@softvar
Copy link
Owner

softvar commented Dec 22, 2017

No, it doesn't matter at all.
I don't know why it's happening with you. Did you change the code before running tests?
Can try removing node_modules and installing the packages again and then running tests.

@krshubham
Copy link
Author

Fine the tests are passing now. I just re cloned the repo 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants