chore(testing): correct typo in karma.conf builtPaths (#2963)

This commit is contained in:
Ward Bell 2016-12-13 01:36:03 -08:00 committed by GitHub
parent 5e3807615d
commit 20f47aa600
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = function(config) {
],
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
},