Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 493 Bytes

grunt-jasmine-spec-server

This is a simple grunt task to run a development server to run jasmine spec files selectively. This makes debugging large codebases much easier, in particular those with long-running tests.

demo

This is not meant as a replacement of grunt-jasmine-runner, but rather to be used in conjunction. Use the runner for overall testing, and this when debugging specific spec files.