Skip to content

Commit

Permalink
Removed test-app from testing. It's for interactive experimenting whi…
Browse files Browse the repository at this point in the history
…le developing, not for automated tests.
  • Loading branch information
CodeAndWeb committed Sep 24, 2024
1 parent 66a03dc commit 4511ded
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
21 changes: 0 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,27 +162,6 @@
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "projects/test-app/tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
"input": "projects/test-app/public"
}
],
"styles": [
"projects/test-app/src/styles.scss"
],
"scripts": []
}
}
}
}
Expand Down
29 changes: 0 additions & 29 deletions projects/test-app/src/app/app.component.spec.ts

This file was deleted.

15 changes: 0 additions & 15 deletions projects/test-app/tsconfig.spec.json

This file was deleted.

0 comments on commit 4511ded

Please sign in to comment.