mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Ignore 'all_themes_are_present' unit test by default
This commit is contained in:
		| @@ -1,7 +1,9 @@ | ||||
| use bat::assets::HighlightingAssets; | ||||
|  | ||||
| /// This test ensures that we are not accidentally removing themes due to submodule updates. | ||||
| /// It is 'ignore'd by default because it requires themes.bin to be up-to-date. | ||||
| #[test] | ||||
| #[ignore] | ||||
| fn all_themes_are_present() { | ||||
|     let assets = HighlightingAssets::from_binary(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user