Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New karma debug task #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

marcdexet-cnrs
Copy link

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

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.

Add a rule to ignore npm*.log files to .gitignore
Because of test_debug is not under grunt-contrib-watch, let it be watching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant