Commit 2867bc16 authored by Ward Bell's avatar Ward Bell

chore: karma.conf cosmetic changes

parent 867d54c2
...@@ -4,6 +4,7 @@ module.exports = function(config) { ...@@ -4,6 +4,7 @@ module.exports = function(config) {
var appSrcBase = 'app/'; // app source TS files var appSrcBase = 'app/'; // app source TS files
var appAssets = 'base/app/'; // component assets fetched by Angular's compiler var appAssets = 'base/app/'; // component assets fetched by Angular's compiler
// Testing helpers (optional) are conventionally in a folder called `testing`
var testingBase = 'testing/'; // transpiled test JS and map files var testingBase = 'testing/'; // transpiled test JS and map files
var testingSrcBase = 'testing/'; // test source TS files var testingSrcBase = 'testing/'; // test source TS files
...@@ -14,7 +15,7 @@ module.exports = function(config) { ...@@ -14,7 +15,7 @@ module.exports = function(config) {
plugins: [ plugins: [
require('karma-jasmine'), require('karma-jasmine'),
require('karma-chrome-launcher'), require('karma-chrome-launcher'),
require('karma-jasmine-html-reporter') // click "Debug" in browser to see it require('karma-jasmine-html-reporter')
], ],
client: { client: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment