Skip to content

Commit

Permalink
Merge pull request #9 from bassages/update_to_angular_16
Browse files Browse the repository at this point in the history
Update to Angular 16. Remove E2E
  • Loading branch information
bassages committed Jun 25, 2023
2 parents 1129a70 + 89be5bf commit 9a2ac42
Show file tree
Hide file tree
Showing 22 changed files with 12,890 additions and 11,487 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
35 changes: 0 additions & 35 deletions .github/workflows/e2e.yml

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.19.0
14 changes: 0 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,6 @@
}
}
}
},
"home-server-frontend-e2e": {
"root": "e2e",
"sourceRoot": "",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "home-server-frontend:serve"
}
}
}
}
},
"schematics": {
Expand Down
1 change: 0 additions & 1 deletion cypress.json

This file was deleted.

7 changes: 0 additions & 7 deletions cypress/fixtures/meterreading-most-recent.json

This file was deleted.

22 changes: 0 additions & 22 deletions cypress/fixtures/meterreadings-today.json

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/power-usage-most-recent.json

This file was deleted.

34 changes: 0 additions & 34 deletions cypress/integration/dashboard_spec.js

This file was deleted.

40 changes: 0 additions & 40 deletions cypress/integration/meterreadings_spec.js

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/plugins/index.js

This file was deleted.

25 changes: 0 additions & 25 deletions cypress/support/commands.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/app.e2e-spec.ts

This file was deleted.

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

This file was deleted.

14 changes: 0 additions & 14 deletions e2e/tsconfig.e2e.json

This file was deleted.

Loading

0 comments on commit 9a2ac42

Please sign in to comment.