; Re-enable 'typescript-ts-mode' indentation tests

* test/lisp/progmodes/typescript-ts-mode-tests.el
(typescript-ts-mode-test-indentation): Remove unstable tag.
(Bug#76536)
This commit is contained in:
john muhl 2025-02-24 17:31:15 -06:00 committed by Stefan Kangas
parent 60b071e224
commit ae5674c758

View file

@ -24,7 +24,6 @@
(require 'treesit)
(ert-deftest typescript-ts-mode-test-indentation ()
:tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
(skip-unless (and (treesit-ready-p 'typescript)
(treesit-ready-p 'tsx)))
(ert-test-erts-file (ert-resource-file "indent.erts")))