mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| test("class properties", () => {
 | |
|   class A {}
 | |
|   expect(A.name).toBe("A");
 | |
|   expect(A).toHaveLength(0);
 | |
| });
 | 
