mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02: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