7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

Add Support for Javascript Tests with Mocha #71

Closed konradjurk closed 4 years ago

7ute commented 5 years ago

Hi,

Thanks for your contribution. Could you provide a couple of test files (ie: tests/test.mocha.js), to validate your regex ? Thanks :)

konradjurk commented 5 years ago

@7ute I will!

Is there an automated way to run tests or is it a manual thing to open up the source files from tests in Atom and see if it works out? Maybe we could add this info to the README

7ute commented 5 years ago

It's the manual "lets open this file and see if it works correctly" :) If you have any idea about how we could automatize that, I'll be glad to hear it! I'll add a little info on the README about contributing.