Skip to content

Commit 1299207

Browse files
committed
fix(@schematics/angular): sync karma conf template
The `rootUrl` property was added in 73f57f3
1 parent d0bdf20 commit 1299207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/schematics/angular/config/files/karma.conf.js.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
module.exports = function (config) {
55
config.set({
66
basePath: '',
7+
rootUrl: '/',
78
frameworks: ['jasmine'<% if (needDevkitPlugin) { %>, '@angular-devkit/build-angular'<% } %>],
89
plugins: [
910
require('karma-jasmine'),

0 commit comments

Comments
 (0)