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

allow the wiring of falsy values (+ test) #81

Open
wants to merge 12 commits into
base: patch
Choose a base branch
from

Conversation

mmikeyy
Copy link
Contributor

@mmikeyy mmikeyy commented Dec 3, 2014

allow the wiring of falsy values (+ test)

@mmikeyy
Copy link
Contributor Author

mmikeyy commented Dec 3, 2014

Hi @creynders
Finally found some time to do this.

This process is amazingly cumbersome btw. I don't know why the tests just won't run on my local machine. They keep stumbling on missing dependencies and what not. I had to go by trial and error on the remote travis ci.

All that time for this minute patch.

Anyway. It's done. I hope it's ok.

hmm... I'll do one more iteration just to be sure. I'll leave the test but remove the patch to make sure the test fails without the patch. I'll put the patch back after.

@mmikeyy
Copy link
Contributor Author

mmikeyy commented Dec 4, 2014

Hey @creynders ...

I changed my tests because I noticed that tests pertaining to the wiring of values were present in the resolver-specs.js batch.

I took the liberty to change one of the existing tests. See comments in the code.

The tests I added are supposed to fail. That's the intended result. I'll patch the code when the tests fail, and I can observe that they stop failing with the patch added.

But alll of a sudden, it's Travis that is acting up. Getting the same error I get at home:

Warning: PhantomJS timed out, possibly due to a missing Mocha run() call.� Use --force to continue.

It's strange to be getting this error after only minor changes to tests that were not causing any problems shortly before...

In any event, could you have a look at these tests and let me know if you have any idea what's going on??

******* update:

ok I figured out everything. I do these things so rarely that it seems that I have to relearn everything each time. Had to uninstall NPM and reinstall. Then Grunt was able to install. etc etc. And now everything works even in Jetbrains...

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

Successfully merging this pull request may close these issues.

1 participant