| 
									
										
										
										
											2015-06-02 16:29:09 +02:00
										 |  |  | var sauceConf = require('./sauce.conf'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-25 14:04:46 -07:00
										 |  |  | // Karma configuration
 | 
					
						
							|  |  |  | // Generated on Thu Sep 25 2014 11:52:02 GMT-0700 (PDT)
 | 
					
						
							|  |  |  | module.exports = function(config) { | 
					
						
							|  |  |  |   config.set({ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     frameworks: ['dart-unittest'], | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     files: [ | 
					
						
							| 
									
										
										
										
											2015-04-07 20:54:20 -07:00
										 |  |  |       // Init and configure guiness.
 | 
					
						
							|  |  |  |       {pattern: 'test-init.dart', included: true}, | 
					
						
							| 
									
										
										
										
											2014-09-30 16:55:59 -07:00
										 |  |  |       // Unit test files needs to be included.
 | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |       {pattern: 'dist/dart/**/*_spec.dart', included: true, watched: false}, | 
					
						
							| 
									
										
										
										
											2014-09-30 16:55:59 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |       // Karma-dart via the dart-unittest framework generates
 | 
					
						
							|  |  |  |       // `__adapter_unittest.dart` that imports these files.
 | 
					
						
							|  |  |  |       {pattern: 'dist/dart/**', included: false, watched: false}, | 
					
						
							| 
									
										
										
										
											2014-09-30 16:55:59 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |       // Dependencies, installed with `pub install`.
 | 
					
						
							|  |  |  |       {pattern: 'packages/**/*.dart', included: false, watched: false}, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       // Init and configure guiness.
 | 
					
						
							| 
									
										
										
										
											2015-05-19 19:27:03 +02:00
										 |  |  |       {pattern: 'test-main.dart', included: true}, | 
					
						
							|  |  |  |       {pattern: 'modules/**/test/**/static_assets/**', included: false, watched: false}, | 
					
						
							| 
									
										
										
										
											2014-09-25 14:04:46 -07:00
										 |  |  |     ], | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |     exclude: [ | 
					
						
							|  |  |  |       'dist/dart/**/packages/**', | 
					
						
							| 
									
										
										
										
											2015-08-20 13:19:34 -07:00
										 |  |  |       'modules/angular1_router/**' | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |     ], | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-25 14:04:46 -07:00
										 |  |  |     karmaDartImports: { | 
					
						
							|  |  |  |       guinness: 'package:guinness/guinness_html.dart' | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-09-30 16:55:59 -07:00
										 |  |  |     // Map packages to the correct urls where Karma serves them.
 | 
					
						
							|  |  |  |     proxies: { | 
					
						
							|  |  |  |       // Dependencies installed with `pub install`.
 | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |       '/packages/unittest': '/base/packages/unittest', | 
					
						
							|  |  |  |       '/packages/guinness': '/base/packages/guinness', | 
					
						
							|  |  |  |       '/packages/matcher': '/base/packages/matcher', | 
					
						
							|  |  |  |       '/packages/stack_trace': '/base/packages/stack_trace', | 
					
						
							|  |  |  |       '/packages/collection': '/base/packages/collection', | 
					
						
							|  |  |  |       '/packages/path': '/base/packages/path', | 
					
						
							| 
									
										
										
										
											2014-09-30 16:55:59 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |       // Local dependencies, transpiled from the source.
 | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  |       '/packages/angular2/test/': '/base/dist/dart/angular2/test/', | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |       '/packages/angular2': '/base/dist/dart/angular2/lib', | 
					
						
							| 
									
										
										
										
											2015-07-28 13:10:25 -07:00
										 |  |  |       '/packages/http': '/base/dist/dart/http/lib', | 
					
						
							| 
									
										
										
										
											2015-05-04 15:38:08 -07:00
										 |  |  |       '/packages/angular2_material': '/base/dist/dart/angular2_material/lib', | 
					
						
							|  |  |  |       '/packages/benchpress': '/base/dist/dart/benchpress/lib', | 
					
						
							|  |  |  |       '/packages/examples': '/base/dist/dart/examples/lib' | 
					
						
							| 
									
										
										
										
											2014-09-25 14:04:46 -07:00
										 |  |  |     }, | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-02 16:29:09 +02:00
										 |  |  |     customLaunchers: sauceConf.customLaunchers, | 
					
						
							| 
									
										
										
										
											2014-09-29 14:20:23 -07:00
										 |  |  |     browsers: ['DartiumWithWebPlatform'], | 
					
						
							| 
									
										
										
										
											2014-10-09 13:50:25 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |     port: 9877 | 
					
						
							| 
									
										
										
										
											2014-09-25 14:04:46 -07:00
										 |  |  |   }); | 
					
						
							|  |  |  | }; |