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.
2 parents e87fbef + e2dc603 commit ad20b8dCopy full SHA for ad20b8d
karma.conf.js
@@ -19,7 +19,7 @@ module.exports = function(config) {
19
],
20
21
client: {
22
- builtPaths: [appSrcBase, testingBase], // add more spec base paths as needed
+ builtPaths: [appBase, testingBase], // add more spec base paths as needed
23
clearContext: false // leave Jasmine Spec Runner output visible in browser
24
},
25
0 commit comments