lennart / sublime-node-mocha

Syntax Highlighter and Snippets for mocha (node.js)
5 stars 6 forks source link

MochaDetectFileTypeCommand validates files in ./testXXXXX/ #3

Closed Benibur closed 12 years ago

Benibur commented 12 years ago

Feature so that MochaDetectFileTypeCommand validates files in a directory beginning by 'test' and not only directories named 'test'

I think limitation to only the "./test" directory is too restrictive, I suggest to limit only to directrories beginning by "test"

very usefull plugin, thank's.