Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/_examples/testing/ts/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},

Expand Down