Skip to content

Commit

Permalink
chore(e2e): remove end to end test project
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Feb 26, 2020
1 parent a6f7adf commit 25977f0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 110 deletions.
28 changes: 0 additions & 28 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,34 +149,6 @@
}
}
}
},
"ng-sortgrid-demo-e2e": {
"root": "projects/ng-sortgrid-demo-e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/ng-sortgrid-demo-e2e/protractor.conf.js",
"devServerTarget": "ng-sortgrid-demo:serve"
},
"configurations": {
"production": {
"devServerTarget": "ng-sortgrid-demo:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "projects/ng-sortgrid-demo-e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ng-sortgrid"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"publish": "npm run publish:lib",
"publish:demo": "npx angular-cli-ghpages --dir=./dist/ng-sortgrid-demo",
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint"
},
"private": true,
"dependencies": {
Expand Down
28 changes: 0 additions & 28 deletions projects/ng-sortgrid-demo-e2e/protractor.conf.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 25977f0

Please sign in to comment.