mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(vscode): add vitest integration
This commit is contained in:
		
							
								
								
									
										6
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,7 @@ | |||||||
| { | { | ||||||
|   "recommendations": ["lokalise.i18n-ally", "editorconfig.editorconfig"] |   "recommendations": [ | ||||||
|  |     "lokalise.i18n-ally", | ||||||
|  |     "editorconfig.editorconfig", | ||||||
|  |     "vitest.explorer" | ||||||
|  |   ] | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								vitest.workspace.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								vitest.workspace.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | |||||||
|  | export default [ | ||||||
|  |     "vitest.config.ts", | ||||||
|  |     "src/public/app/vitest.config.ts" | ||||||
|  | ]; | ||||||
		Reference in New Issue
	
	Block a user