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

Commit 20f47aa

Browse files
authored
chore(testing): correct typo in karma.conf builtPaths (#2963)
1 parent 5e38076 commit 20f47aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/testing/ts/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function(config) {
2020
],
2121

2222
client: {
23-
builtPaths: [appSrcBase, testingBase], // add more spec base paths as needed
23+
builtPaths: [appBase, testingBase], // add more spec base paths as needed
2424
clearContext: false // leave Jasmine Spec Runner output visible in browser
2525
},
2626

0 commit comments

Comments
 (0)