Skip to content

Commit ed24e7a

Browse files
authored
Fix integration tests (#693)
1 parent d5edd8e commit ed24e7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/integration/projects.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ module.exports = [
6060
'aio/content/examples/animations/src/app/open-close.component.3.ts',
6161

6262
'--ignore-pattern',
63-
'aio/tools/transforms/templates/data-module.template.js'
63+
'aio/tools/transforms/templates/data-module.template.js',
64+
65+
'--ignore-pattern',
66+
'aio/content/examples/router/src/app/app-routing.module.9.ts'
6467
]
6568
},
6669
{

0 commit comments

Comments
 (0)