chore(testing): correct typo in karma.conf builtPaths (#2963)
This commit is contained in:
parent
5e3807615d
commit
20f47aa600
|
@ -20,7 +20,7 @@ module.exports = function(config) {
|
||||||
],
|
],
|
||||||
|
|
||||||
client: {
|
client: {
|
||||||
builtPaths: [appSrcBase, testingBase], // add more spec base paths as needed
|
builtPaths: [appBase, testingBase], // add more spec base paths as needed
|
||||||
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
clearContext: false // leave Jasmine Spec Runner output visible in browser
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue