meteor-mocha
meteor-mocha copied to clipboard
Run test for multiple specific filename
Is it possible to pass specific filenames as parameter when running the test as vanilla mocha
do: mocha [filename1 filename2 filename3]
?