| 
									
										
										
										
											2018-11-30 16:56:23 -08:00
										 |  |  | load("//tools:defaults.bzl", "jasmine_node_test", "ts_library", "ts_web_test_suite") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "test_lib", | 
					
						
							|  |  |  |     testonly = True, | 
					
						
							|  |  |  |     srcs = glob( | 
					
						
							|  |  |  |         ["**/*.ts"], | 
					
						
							|  |  |  |     ), | 
					
						
							| 
									
										
										
										
											2018-12-17 22:09:39 -08:00
										 |  |  |     # Visible to //:test_web_all target | 
					
						
							|  |  |  |     visibility = ["//:__pkg__"], | 
					
						
							| 
									
										
										
										
											2018-11-30 16:56:23 -08:00
										 |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/common/http", | 
					
						
							|  |  |  |         "//packages/common/http/testing", | 
					
						
							| 
									
										
										
										
											2019-02-20 09:54:42 -08:00
										 |  |  |         "@npm//rxjs", | 
					
						
							| 
									
										
										
										
											2018-11-30 16:56:23 -08:00
										 |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | jasmine_node_test( | 
					
						
							|  |  |  |     name = "test", | 
					
						
							|  |  |  |     bootstrap = ["angular/tools/testing/init_node_spec.js"], | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         ":test_lib", | 
					
						
							|  |  |  |         "//tools/testing:node", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ts_web_test_suite( | 
					
						
							|  |  |  |     name = "test_web", | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         ":test_lib", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |