- Drop `hx-sse` and `hx-ws` attributes - Drop explicit .NET 7 support - Update deps to latest versions
		
			
				
	
	
		
			7 lines
		
	
	
		
			173 B
		
	
	
	
		
			Forth
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			173 B
		
	
	
	
		
			Forth
		
	
	
	
	
	
open Expecto
 | 
						|
 | 
						|
let allTests = testList "Giraffe" [ Common.allTests; Htmx.allTests; ViewEngine.allTests ]
 | 
						|
 | 
						|
[<EntryPoint>]
 | 
						|
let main args = runTestsWithCLIArgs [] args allTests
 |