s-a / sublime-text-refactor

A Sublime Text Refactor Plugin for Javascript Code
213 stars 12 forks source link

Mocha test "should find within scope" #31

Closed cvax closed 8 years ago

cvax commented 8 years ago

Hi,

I am on node v4.2.2 and mocha v2.3.4. When I run npm test it is failing on the "should find within scope" test. I tried increasing the timeout to 15000ms, but it fails as well. Any ideas? Thanks.

s-a commented 8 years ago

Just tried the same and on my machine this works image Using Mocha 2.3.4 too.

aklef commented 8 years ago

Also on windows. I had to do "npm install mocha", but after that it ran tests just fine for #31 and can confirm it passes. Running Sublime 3103 and node 4.2.6

image

cvax commented 8 years ago

Reinstalled latest version and the test passes. Thanks.