Added rendering and documentation for treemap - linting

This commit is contained in:
Knut Sveidqvist
2025-05-12 15:54:06 +02:00
parent f0c3dfe3b3
commit 2746bccef3
4 changed files with 1 additions and 19 deletions

View File

@@ -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);