Skip to content

Commit 85d99ff

Browse files
committed
test(migrations): fix base tests config for extended IgxUnitTestTree
1 parent d6e7b0e commit 85d99ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/igniteui-angular/migrations/common/UpdateChanges.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ describe('UpdateChanges', () => {
3434
appTree = setupTestTree({
3535
projects: {
3636
testProj: {
37+
projectType: 'application',
3738
root: '',
38-
sourceRoot: '/'
39+
sourceRoot: '/',
40+
architect: { build: { options: {} } }
3941
}
4042
},
4143
schematics: {

0 commit comments

Comments
 (0)