You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but since I'm now calling window.karma.start when require finishes, the tests are running twice (first time before require loads, and the second time correctly). What should I do to prevent the double start()?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey thanks for the tutorial/demo!
I'm having an issue (I'm using grunt-karma) where when I open up the debug.html file, it's inserting this script tag:
but since I'm now calling window.karma.start when require finishes, the tests are running twice (first time before require loads, and the second time correctly). What should I do to prevent the double start()?
Thanks!
The text was updated successfully, but these errors were encountered: