Dysfold / craftjs

MIT License
10 stars 2 forks source link

Allow running tests of a specific plugin/directory #15

Closed Ap3teus closed 3 years ago

Ap3teus commented 3 years ago

Currently runTests() runs all the tests in the entire js-directory. The function could take a plugin name as an argument (runTests('test')) and only run tests in that directory.