| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  | // Karma configuration file, see link for more information
 | 
					
						
							|  |  |  | // https://karma-runner.github.io/1.0/config/configuration-file.html
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | module.exports = function (config) { | 
					
						
							|  |  |  |   config.set({ | 
					
						
							|  |  |  |     basePath: '', | 
					
						
							| 
									
										
										
										
											2018-04-12 21:20:01 -05:00
										 |  |  |     frameworks: ['jasmine', '@angular-devkit/build-angular'], | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |     plugins: [ | 
					
						
							|  |  |  |       require('karma-jasmine'), | 
					
						
							|  |  |  |       require('karma-chrome-launcher'), | 
					
						
							|  |  |  |       require('karma-jasmine-html-reporter'), | 
					
						
							|  |  |  |       require('karma-coverage-istanbul-reporter'), | 
					
						
							| 
									
										
										
										
											2018-04-12 21:20:01 -05:00
										 |  |  |       require('@angular-devkit/build-angular/plugins/karma') | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |     ], | 
					
						
							| 
									
										
										
										
											2018-04-12 21:20:01 -05:00
										 |  |  |     client: { | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |       clearContext: false // leave Jasmine Spec Runner output visible in browser
 | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     coverageIstanbulReporter: { | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |       dir: require('path').join(__dirname, './coverage/angular.io-example'), | 
					
						
							|  |  |  |       reports: ['html', 'lcovonly', 'text-summary'], | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |       fixWebpackSourcePaths: true | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     reporters: ['progress', 'kjhtml'], | 
					
						
							|  |  |  |     port: 9876, | 
					
						
							|  |  |  |     colors: true, | 
					
						
							|  |  |  |     logLevel: config.LOG_INFO, | 
					
						
							|  |  |  |     autoWatch: true, | 
					
						
							|  |  |  |     browsers: ['Chrome'], | 
					
						
							| 
									
										
										
										
											2019-05-09 15:56:24 -05:00
										 |  |  |     singleRun: false, | 
					
						
							|  |  |  |     restartOnFileChange: true | 
					
						
							| 
									
										
										
										
											2017-08-22 21:31:15 +02:00
										 |  |  |   }); | 
					
						
							| 
									
										
										
										
											2018-09-07 07:39:58 -05:00
										 |  |  | }; |