You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The samples.coffee test script doesn't execute any of the scripts in the ~/samples directory.
Steps(-ish)
Since I'm not familiar with CoffeeScript I had to add a console message in the filter function to see that (sample) -> /\.js/.test.sample always resulted in undefined and, thus, an empty array.
The
samples.coffeetest script doesn't execute any of the scripts in the~/samplesdirectory.Steps(-ish)
Since I'm not familiar with CoffeeScript I had to add a console message in the
filterfunction to see that(sample) -> /\.js/.test.samplealways resulted inundefinedand, thus, an empty array.Should be addressed by PR #312