Skip to content

Commit 256fcae

Browse files
authored
chore(schematics): update with CLI schematics release candidate (#13002)
1 parent 374693c commit 256fcae

File tree

32 files changed

+1
-35
lines changed

32 files changed

+1
-35
lines changed

projects/igniteui-angular/migrations/update-10_1_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ describe('Update 10.1.0', () => {
66
let appTree: UnitTestTree;
77
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
88
const configJson = {
9-
defaultProject: 'testProj',
109
projects: {
1110
testProj: {
1211
root: '/',

projects/igniteui-angular/migrations/update-10_2_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ describe('Update 10.2.0', () => {
1313
path.join(__dirname, '../migration-collection.json')
1414
);
1515
const configJson = {
16-
defaultProject: 'testProj',
1716
projects: {
1817
testProj: {
1918
root: '/',

projects/igniteui-angular/migrations/update-11_0_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ describe('Update to 11.0.0', () => {
1010
path.join(__dirname, '../migration-collection.json')
1111
);
1212
const configJson = {
13-
defaultProject: 'testProj',
1413
projects: {
1514
testProj: {
1615
root: '/',

projects/igniteui-angular/migrations/update-11_1_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ describe('Update to 11.1.0', () => {
77
let appTree: UnitTestTree;
88
const runner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
99
const configJson = {
10-
defaultProject: 'testProj',
1110
projects: {
1211
testProj: {
1312
root: '/',

projects/igniteui-angular/migrations/update-12_0_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',

projects/igniteui-angular/migrations/update-12_1_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',

projects/igniteui-angular/migrations/update-13_0_0/index.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',
@@ -148,7 +147,6 @@ providers: [
148147
IgxCsvExporterService,
149148
IgxExcelExporterService
150149
],
151-
entryComponents: [],
152150
schemas: []
153151
})
154152
export class AppModule {}
@@ -185,7 +183,6 @@ providers: [
185183
IgxCsvExporterService,
186184
IgxExcelExporterService
187185
],
188-
entryComponents: [],
189186
schemas: []
190187
})
191188
export class AppModule {}

projects/igniteui-angular/migrations/update-13_1_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',

projects/igniteui-angular/migrations/update-13_2_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',

projects/igniteui-angular/migrations/update-14_1_0/index.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ describe(`Update to ${version}`, () => {
99
let appTree: UnitTestTree;
1010
const schematicRunner = new SchematicTestRunner('ig-migrate', path.join(__dirname, '../migration-collection.json'));
1111
const configJson = {
12-
defaultProject: 'testProj',
1312
projects: {
1413
testProj: {
1514
root: '/',

0 commit comments

Comments
 (0)