mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	js/LibJS: Move test functions to pure javascript.
The addition of assert functions to Userland/js was done before we had load(..) implemented. Now that it exists, it seems like the right move the test helper functions to pure javascript instead of poluting js with random global functions.
This commit is contained in:
		
							parent
							
								
									9477efe970
								
							
						
					
					
						commit
						d74ad81402
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-19 07:36:39 +09:00 
				
			
			Author: https://github.com/bgianfo
Commit: d74ad81402
Pull-request: https://github.com/SerenityOS/serenity/pull/1787
			
					 91 changed files with 193 additions and 19 deletions
				
			
		|  | @ -1,3 +1,5 @@ | |||
| load("test-common.js"); | ||||
| 
 | ||||
| try { | ||||
|     var a = [1, 2, 3]; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brian Gianforcaro
						Brian Gianforcaro