Closed Ap3teus closed 4 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.
runTests()
js
runTests('test')
Currently
runTests()
runs all the tests in the entirejs
-directory. The function could take a plugin name as an argument (runTests('test')
) and only run tests in that directory.