Skip to content

Commit

Permalink
chore: remove e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 27, 2021
1 parent e76470f commit 5796885
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 101 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
],
"parserOptions": {
"project": [
"tsconfig.json",
"e2e/tsconfig.json"
"tsconfig.json"
],
"createDefaultProgram": true
},
Expand Down
12 changes: 0 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,6 @@
"projects/demo/**/*.html"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/demo/e2e/protractor.conf.js",
"devServerTarget": "demo:serve"
},
"configurations": {
"production": {
"devServerTarget": "demo:serve:production"
}
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"demo": "ng serve demo --open --port 5002 --host 0.0.0.0",
"docs": "docsify serve ./docs",
"ng": "ng",
"e2e": "ng e2e",
"lint": "ng lint",
"format:md": "prettier **/*.md --write",
"prerelease": "npm run build:lib",
Expand Down
3 changes: 1 addition & 2 deletions projects/demo/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"parserOptions": {
"project": [
"projects/demo/tsconfig.app.json",
"projects/demo/tsconfig.spec.json",
"projects/demo/e2e/tsconfig.json"
"projects/demo/tsconfig.spec.json"
],
"createDefaultProgram": true
},
Expand Down
37 changes: 0 additions & 37 deletions projects/demo/e2e/protractor.conf.js

This file was deleted.

23 changes: 0 additions & 23 deletions projects/demo/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions projects/demo/e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions projects/demo/e2e/tsconfig.json

This file was deleted.

0 comments on commit 5796885

Please sign in to comment.