Skip to content

Commit

Permalink
chore: remove test-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Oct 20, 2020
1 parent fcc0497 commit 32c1040
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 760 deletions.
122 changes: 2 additions & 120 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,123 +1,6 @@
{
"version": 1,
"projects": {
"test-app": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "apps/test-app",
"sourceRoot": "apps/test-app/src",
"prefix": "qp",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/apps/test-app",
"index": "apps/test-app/src/index.html",
"main": "apps/test-app/src/main.ts",
"polyfills": "apps/test-app/src/polyfills.ts",
"tsConfig": "apps/test-app/tsconfig.app.json",
"aot": true,
"assets": [
"apps/test-app/src/favicon.ico",
"apps/test-app/src/assets"
],
"styles": ["apps/test-app/src/styles.scss"],
"scripts": []
},
"configurations": {
"production": {
"fileReplacements": [
{
"replace": "apps/test-app/src/environments/environment.ts",
"with": "apps/test-app/src/environments/environment.prod.ts"
}
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb",
"maximumError": "10kb"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "test-app:build"
},
"configurations": {
"production": {
"browserTarget": "test-app:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "test-app:build"
}
},
"lint": {
"builder": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["apps/test-app/src/**/*.ts"]
}
},
"test": {
"builder": "@nrwl/jest:jest",
"options": {
"jestConfig": "apps/test-app/jest.config.js",
"passWithNoTests": true
}
}
}
},
"test-app-e2e": {
"root": "apps/test-app-e2e",
"sourceRoot": "apps/test-app-e2e/src",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@nrwl/cypress:cypress",
"options": {
"cypressConfig": "apps/test-app-e2e/cypress.json",
"tsConfig": "apps/test-app-e2e/tsconfig.e2e.json",
"devServerTarget": "test-app:serve"
},
"configurations": {
"production": {
"devServerTarget": "test-app:serve:production"
}
}
},
"lint": {
"builder": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["apps/test-app-e2e/**/*.{js,ts}"]
}
}
}
}
},
"projects": {},
"cli": {
"defaultCollection": "@nrwl/angular"
},
Expand All @@ -140,6 +23,5 @@
"@nrwl/angular:library": {
"unitTestRunner": "jest"
}
},
"defaultProject": "test-app"
}
}
13 changes: 0 additions & 13 deletions apps/test-app-e2e/.eslintrc.json

This file was deleted.

12 changes: 0 additions & 12 deletions apps/test-app-e2e/cypress.json

This file was deleted.

4 changes: 0 additions & 4 deletions apps/test-app-e2e/src/fixtures/example.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/test-app-e2e/src/integration/app.spec.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/test-app-e2e/src/plugins/index.js

This file was deleted.

1 change: 0 additions & 1 deletion apps/test-app-e2e/src/support/app.po.ts

This file was deleted.

33 changes: 0 additions & 33 deletions apps/test-app-e2e/src/support/commands.ts

This file was deleted.

17 changes: 0 additions & 17 deletions apps/test-app-e2e/src/support/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions apps/test-app-e2e/tsconfig.e2e.json

This file was deleted.

10 changes: 0 additions & 10 deletions apps/test-app-e2e/tsconfig.json

This file was deleted.

18 changes: 0 additions & 18 deletions apps/test-app/.browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion apps/test-app/.eslintrc.json

This file was deleted.

23 changes: 0 additions & 23 deletions apps/test-app/jest.config.js

This file was deleted.

Loading

0 comments on commit 32c1040

Please sign in to comment.