mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 39 forks source link

Fix scope typo restore #122

Closed mozfreddyb closed 10 years ago

mozfreddyb commented 10 years ago

stupid me included the commits for #120, so merge after :unamused:

otherwise I'll file a new pullrequest

pwnetrationguru commented 10 years ago

With this change, how exactly are we suppose to run tests?

mozfreddyb commented 10 years ago

What change? I don't understand your question.....

pwnetrationguru commented 10 years ago

My question is, how do we run tests?

This changset includes this change:

+var file = new static.Server('./client', {

How do i go to /tests/ to run the tests?

pauljt commented 10 years ago

Tested and merged (just a one line fix....)

mozfreddyb commented 10 years ago

Rob is right, this change about hosting ./client instead of . was incorrect. Pushing a fix for this to master.

mozfreddyb commented 10 years ago

Hm, another merge might have fixed that again? I can't even see this incorrect behavior on master anymore. So...disregard all that :-)