mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:22:45 +00:00 
			
		
		
		
	Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than excluding whole files (via .prettierignore).
This commit is contained in:
		
							parent
							
								
									76239f89c2
								
							
						
					
					
						commit
						5122f98198
					
				
					 24 changed files with 100 additions and 79 deletions
				
			
		|  | @ -1,9 +1,9 @@ | |||
| loadPage("file:///res/html/misc/welcome.html") | ||||
| loadPage("file:///res/html/misc/welcome.html"); | ||||
| 
 | ||||
| afterInitialPageLoad(() => { | ||||
|    test("contentEditable attribute", () => { | ||||
|     test("contentEditable attribute", () => { | ||||
|         expect(document.body.contentEditable).toBe("inherit"); | ||||
|         expect(document.firstChild.nextSibling.nodeName).toBe("html"); | ||||
|         expect(document.firstChild.nextSibling.contentEditable).toBe("true"); | ||||
|    }); | ||||
|     }); | ||||
| }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh