It's not easy to debug unit tests when karm run all of them.
In order to use the createFolderGlobs function and avoid karma.conf.js,
I had created a new task 'test_debug'
When 'grunt test_debug' is ran, you can debug your tests with karma debug option.
Because of test_debug is not under grunt-contrib-watch, let it be watching.
It's not easy to debug unit tests when karm run all of them. In order to use the createFolderGlobs function and avoid karma.conf.js, I had created a new task 'test_debug'
When 'grunt test_debug' is ran, you can debug your tests with karma debug option. Because of test_debug is not under grunt-contrib-watch, let it be watching.
Add a rule to ignore npm*.log files to .gitignore