mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
							committed by
							
								 GitHub
								GitHub
							
						
					
				
				 11 changed files with 2065 additions and 1905 deletions
			
			
		| @ -1 +1 @@ | |||||
| import 'jest-preset-angular'; | import 'jest-preset-angular/setup-jest'; | ||||
|  | |||||
| @ -1,26 +1,39 @@ | |||||
| { | { | ||||
|   "implicitDependencies": { |   "implicitDependencies": { | ||||
|     "angular.json": "*", |     "angular.json": "*", | ||||
|     "package.json": { "dependencies": "*", "devDependencies": "*" }, |     "package.json": { | ||||
|  |       "dependencies": "*", | ||||
|  |       "devDependencies": "*" | ||||
|  |     }, | ||||
|     "tsconfig.base.json": "*", |     "tsconfig.base.json": "*", | ||||
|     ".eslintrc.json": "*", |     ".eslintrc.json": "*", | ||||
|     "nx.json": "*" |     "nx.json": "*" | ||||
|   }, |   }, | ||||
|   "affected": { "defaultBase": "origin/main" }, |   "affected": { | ||||
|  |     "defaultBase": "origin/main" | ||||
|  |   }, | ||||
|   "npmScope": "ghostfolio", |   "npmScope": "ghostfolio", | ||||
|   "tasksRunnerOptions": { |   "tasksRunnerOptions": { | ||||
|     "default": { |     "default": { | ||||
|       "runner": "@nrwl/workspace/tasks-runners/default", |       "runner": "@nrwl/workspace/tasks-runners/default", | ||||
|       "options": { "cacheableOperations": ["build", "lint", "test", "e2e"] } |       "options": { | ||||
|  |         "cacheableOperations": ["build", "lint", "test", "e2e"] | ||||
|  |       } | ||||
|     } |     } | ||||
|   }, |   }, | ||||
|   "projects": { |   "projects": { | ||||
|     "api": { "tags": [] }, |     "api": { | ||||
|     "client": { "tags": [] }, |       "tags": [] | ||||
|  |     }, | ||||
|  |     "client": { | ||||
|  |       "tags": [] | ||||
|  |     }, | ||||
|     "client-e2e": { |     "client-e2e": { | ||||
|       "tags": [], |       "tags": [], | ||||
|       "implicitDependencies": ["client"] |       "implicitDependencies": ["client"] | ||||
|     }, |     }, | ||||
|     "common": { "tags": [] } |     "common": { | ||||
|  |       "tags": [] | ||||
|  |     } | ||||
|   } |   } | ||||
| } | } | ||||
|  | |||||
								
									
										File diff suppressed because it is too large
									
								
							
						
					
					Loading…
					
					
				
		Reference in new issue