Severity: minor Tags: patch Hi, typescript-ts-mode-test-indentation only checks if the typescript language grammar is installed before running the test, but the test also depends on the tsx language grammar. A patch is attached that skips the test unless both typescript and tsx grammars are installed. Thanks, Matthew