Re: [pgadmin-hackers][pgAdmin4][Patch] Make karma test results output to browser

2017-07-07 Thread Dave Page
Thanks, applied. On Thu, Jul 6, 2017 at 3:09 PM, Sarah McAlear wrote: > Hi Hackers! > > Attached is a minor patch that enables pretty html output of our karma > test results. While running yarn test:karma, visit > localhost:9876/debug.html to see test output. > > Thanks, >

[pgadmin-hackers][pgAdmin4][Patch] Make karma test results output to browser

2017-07-06 Thread Sarah McAlear
Hi Hackers! Attached is a minor patch that enables pretty html output of our karma test results. While running yarn test:karma, visit localhost:9876/debug.html to see test output. Thanks, Matt and Sarah diff --git a/web/karma.conf.js b/web/karma.conf.js index 39697ca7..e9b0e062 100644 ---