; 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:
parent
60b071e224
commit
ae5674c758
1 changed files with 0 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue