mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	I don't think anybody ever really used this feature, which I developed but don't even use myself. It kind of runs counter to the minimalist approach of the rest of node tests. I would eventually like to re-think the template tests altogether. They're slow, and we could solve that somewhat by replacing jsdon/jquery with an HTML parser library to verify structural things. It's also possible that we can just rely on our template linters to catch the biggest class of errors (malformed tags) and let code review do the rest. And it's also possible that we should make a second attempt to ramp up tooling on making it easy to verify templates, but it doesn't have to be part of the node tests. If we did that, we would also potentially use tooling for Python-side templates.