mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	chore(test): html coverage
This commit is contained in:
		
							parent
							
								
									6f9fd76465
								
							
						
					
					
						commit
						89eab387ba
					
				@ -2,6 +2,9 @@ import { defineConfig } from "vitest/config";
 | 
			
		||||
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
    test: {
 | 
			
		||||
        environment: "happy-dom"
 | 
			
		||||
        environment: "happy-dom",
 | 
			
		||||
        coverage: {
 | 
			
		||||
            reporter: [ "text", "html" ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
@ -19,6 +19,7 @@ export default defineConfig({
 | 
			
		||||
    test: {
 | 
			
		||||
        exclude: [...configDefaults.exclude, ...customExcludes],
 | 
			
		||||
        coverage: {
 | 
			
		||||
            reporter: [ "text", "html" ],
 | 
			
		||||
            exclude: [...coverageConfigDefaults.exclude, ...customExcludes]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user