From 45c4d0b4ccfe8619438d3e9752624b639feaea3d Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Nunes Date: Tue, 6 Jan 2015 16:15:11 -0200 Subject: Add script for debugging JS tests --- web-ui/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/package.json') diff --git a/web-ui/package.json b/web-ui/package.json index 4f18251f..f32794e2 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -20,6 +20,7 @@ }, "scripts": { "test": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --single-run --browsers PhantomJS $GRUNT_OPTS", + "debug": "npm run clean && npm run handlebars && node_modules/karma/bin/karma start --browsers Chrome $GRUNT_OPTS", "watch-test": "node_modules/karma/bin/karma start", "handlebars": "mkdir -p app/js/generated/hbs/ && handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .", "compass": "compass compile", -- cgit v1.2.3