We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d54c commit 2867bc1Copy full SHA for 2867bc1
karma.conf.js
@@ -4,6 +4,7 @@ module.exports = function(config) {
4
var appSrcBase = 'app/'; // app source TS files
5
var appAssets = 'base/app/'; // component assets fetched by Angular's compiler
6
7
+ // Testing helpers (optional) are conventionally in a folder called `testing`
8
var testingBase = 'testing/'; // transpiled test JS and map files
9
var testingSrcBase = 'testing/'; // test source TS files
10
@@ -14,7 +15,7 @@ module.exports = function(config) {
14
15
plugins: [
16
require('karma-jasmine'),
17
require('karma-chrome-launcher'),
- require('karma-jasmine-html-reporter') // click "Debug" in browser to see it
18
+ require('karma-jasmine-html-reporter')
19
],
20
21
client: {
0 commit comments