Are there any good strategies to run Jasmine tests automatically and continuously during development? Updating the tests while saving the file should be good enough - this can make any solution less dependent on specific editors and / or other software needed to detect unsaved changes.
source share