mozilla / bedrock

Making mozilla.org awesome, one pebble at a time

Home Page:https://www.mozilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add NPM script for debugging Jasmine tests

alexgibson opened this issue · comments

Description

Whilst working on some recent changes I found it really useful to run Jasmine interactively using serve to debug failures. I think it would be worthwhile adding a custom NPM script to bedrock for this, such as npm run jasmine-serve.


Success Criteria

  • NPM script added for interactive test runs.