Skip to content

Commit 1570284

Browse files
committed
remove unused testing infrastructure from the code-split test app
1 parent d0a13aa commit 1570284

7 files changed

Lines changed: 1 addition & 73 deletions

File tree

packages/angular/test/code-split/angular.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
"maximumError": "4kb"
5252
}
5353
],
54-
"fileReplacements": [
55-
{
56-
"replace": "src/environments/environment.ts",
57-
"with": "src/environments/environment.prod.ts"
58-
}
59-
],
6054
"outputHashing": "all"
6155
},
6256
"development": {
@@ -92,19 +86,6 @@
9286
"buildTarget": "app:build"
9387
}
9488
},
95-
"test": {
96-
"builder": "@angular/build:unit-test",
97-
"options": {
98-
"tsConfig": "tsconfig.spec.json",
99-
"buildTarget": "::development",
100-
"setupFiles": ["src/test-setup.ts"]
101-
},
102-
"configurations": {
103-
"ci": {
104-
"watch": false
105-
}
106-
}
107-
},
10889
"lint": {
10990
"builder": "@angular-eslint/builder:lint",
11091
"options": {

packages/angular/test/code-split/capacitor.config.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/angular/test/code-split/ionic.config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/angular/test/code-split/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"start": "ng serve",
99
"build": "ng build --stats-json",
1010
"watch": "ng build --watch --configuration development",
11-
"test": "ng test",
1211
"lint": "ng lint"
1312
},
1413
"private": true,
@@ -38,10 +37,8 @@
3837
"@ionic/angular-toolkit": "^13.0.0",
3938
"angular-eslint": "22.0.0",
4039
"eslint": "^9.16.0",
41-
"jsdom": "^26.0.0",
4240
"typescript": "~6.0.0",
43-
"typescript-eslint": "^8.61.0",
44-
"vitest": "^4.0.8"
41+
"typescript-eslint": "^8.61.0"
4542
},
4643
"description": "An Ionic project"
4744
}

packages/angular/test/code-split/src/environments/environment.prod.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/angular/test/code-split/src/environments/environment.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/angular/test/code-split/tsconfig.spec.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)