Skip to content

Commit 2867bc1

Browse files
committed
chore: karma.conf cosmetic changes
1 parent 867d54c commit 2867bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function(config) {
44
var appSrcBase = 'app/'; // app source TS files
55
var appAssets = 'base/app/'; // component assets fetched by Angular's compiler
66

7+
// Testing helpers (optional) are conventionally in a folder called `testing`
78
var testingBase = 'testing/'; // transpiled test JS and map files
89
var testingSrcBase = 'testing/'; // test source TS files
910

@@ -14,7 +15,7 @@ module.exports = function(config) {
1415
plugins: [
1516
require('karma-jasmine'),
1617
require('karma-chrome-launcher'),
17-
require('karma-jasmine-html-reporter') // click "Debug" in browser to see it
18+
require('karma-jasmine-html-reporter')
1819
],
1920

2021
client: {

0 commit comments

Comments
 (0)