| 
									
										
										
										
											2015-02-05 15:58:15 -08:00
										 |  |  | import {describe, it, expect} from 'angular2/test_lib'; | 
					
						
							| 
									
										
										
										
											2014-10-09 14:04:13 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | class Foo {} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | export function main() { | 
					
						
							|  |  |  |   describe('instanceof', function() { | 
					
						
							|  |  |  |     it('should work', function() { | 
					
						
							|  |  |  |       expect(new Foo() instanceof Foo); | 
					
						
							|  |  |  |     }); | 
					
						
							|  |  |  |   }); | 
					
						
							|  |  |  | } |