-
Notifications
You must be signed in to change notification settings - Fork 718
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
Added TypeScript Definition #294
base: master
Are you sure you want to change the base?
Conversation
I have no idea why the Travis CI build failed. I did not make any code changes, just added the definition file. The error is for PhantomJS when doing something with the fakeServer. @hilios, you may want to make sure that your npm test is still working |
Thank you @larrybahr I will take a look! |
@hilios do you plan to accept the pull request? Is there anything I can do to help with your decision? |
Man thanks for your contribution. The only thing that bothers me are the failing tests, and would be great if you could add some tests for the typescript module as well. If everything is green I will push the merge button right away. |
I understand your hesitation, but it looks like the last few pull requests have the same error. I also downloaded a clean copy of your repo and ran the "grunt test" which failed. Can you confirm that the test still works? Do I need a specific version of Node for this to work? Travis-ci is using v0.10.48. Is that required? |
@hilios Did you confirm the test still works? The new code should not even hit a test case because it just describes the code (it is a type definition file). |
@hilios I do not think the tests work. Can you confirm they are working for you. |
@hilios I can see the last commit to this repo is Dec 31, 2016. The Travis CI builds look like they always fail even for the unmodified code in the master branch. Should I assume this project is dead and my pull request will never be merged? |
When Googling for TypeScript definition I found that other people were looking for them as well (#274), so I made one. Any feed back would be great.