Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit ad20b8d

Browse files
committed
Merge branch 'master' of https://github.com/angular/quickstart
2 parents e87fbef + e2dc603 commit ad20b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

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

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

0 commit comments

Comments
 (0)