Skip to content

Commit 5876a25

Browse files
authored
Clean up old e2e tests (#64)
1 parent c97e765 commit 5876a25

File tree

9 files changed

+524
-175
lines changed

9 files changed

+524
-175
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ yarn-error.log
3636
testem.log
3737
/typings
3838

39-
# e2e
40-
/e2e/*.js
41-
/e2e/*.map
42-
4339
# System Files
4440
.DS_Store
4541
Thumbs.db

angular.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,20 +196,6 @@
196196
}
197197
}
198198
}
199-
},
200-
"text-compare-angular-e2e": {
201-
"root": "e2e",
202-
"sourceRoot": "e2e",
203-
"projectType": "application",
204-
"architect": {
205-
"e2e": {
206-
"builder": "@angular-devkit/build-angular:protractor",
207-
"options": {
208-
"protractorConfig": "./protractor.conf.js",
209-
"devServerTarget": "text-compare-angular:serve"
210-
}
211-
}
212-
}
213199
}
214200
},
215201
"schematics": {

e2e/app.e2e-spec.ts

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

e2e/app.po.ts

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

e2e/tsconfig.e2e.json

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

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export default defineConfig([globalIgnores([
1818
"projects/**/*",
1919
"dist/*",
2020
"coverage/*",
21-
"e2e/*",
2221
"**/*.d.ts",
2322
"**/main.ts"
2423
]), {
@@ -45,7 +44,7 @@ export default defineConfig([globalIgnores([
4544
sourceType: "script",
4645

4746
parserOptions: {
48-
project: ["tsconfig.json", "e2e/tsconfig.json"],
47+
project: ["tsconfig.json"],
4948
createDefaultProgram: true,
5049
},
5150
},

0 commit comments

Comments
 (0)