Skip to content

Commit

Permalink
front end unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asdhammu committed Sep 27, 2023
1 parent 6830745 commit 254525b
Show file tree
Hide file tree
Showing 16 changed files with 1,748 additions and 328 deletions.
55 changes: 12 additions & 43 deletions FrontEnd/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"outputPath": "dist/browser",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -86,27 +86,24 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": [],
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "tsconfig.spec.json",
"assets": [
"src/favicon.ico",
"src/assets"
]
],
"styles": [
"src/styles.css"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
"tsconfig.app.json",
"tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
Expand All @@ -118,7 +115,7 @@
"options": {
"outputPath": "dist/server",
"main": "src/main.server.ts",
"tsConfig": "src/tsconfig.server.json"
"tsConfig": "tsconfig.server.json"
},
"configurations": {
"production": {
Expand All @@ -132,34 +129,6 @@
}
}
}
},
"FrontEnd-e2e": {
"root": "e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "FrontEnd:serve"
},
"configurations": {
"production": {
"devServerTarget": "FrontEnd:serve:production"
}
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
}
}
15 changes: 0 additions & 15 deletions FrontEnd/e2e/app.e2e-spec.ts

This file was deleted.

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

This file was deleted.

41 changes: 0 additions & 41 deletions FrontEnd/karma.conf.js

This file was deleted.

Loading

0 comments on commit 254525b

Please sign in to comment.