mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Added rendering and documentation for treemap - linting
This commit is contained in:
		@@ -104,8 +104,6 @@ describe('Treemap Parser', () => {
 | 
			
		||||
    it('should parse a classDef statement', () => {
 | 
			
		||||
      const result = parse('treemap\nclassDef myClass fill:red;');
 | 
			
		||||
 | 
			
		||||
      console.debug(result.value);
 | 
			
		||||
 | 
			
		||||
      // We know there are parser errors with styleText as the Langium grammar can't handle it perfectly
 | 
			
		||||
      // Check that we at least got the right type and className
 | 
			
		||||
      expect(result.value.TreemapRows).toHaveLength(1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user