]> git.eshelyaron.com Git - emacs.git/commitdiff
; Re-enable 'typescript-ts-mode' indentation tests
authorjohn muhl <jm@pub.pink>
Mon, 24 Feb 2025 23:31:15 +0000 (17:31 -0600)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Feb 2025 09:37:49 +0000 (10:37 +0100)
* test/lisp/progmodes/typescript-ts-mode-tests.el
(typescript-ts-mode-test-indentation): Remove unstable tag.
(Bug#76536)

(cherry picked from commit ae5674c758a26ce598cdca37d83d268b51fe53dd)

test/lisp/progmodes/typescript-ts-mode-tests.el

index b6dd65b9512da1d3e8afb678cf044d51ca7b00a9..fe5d2c7ccaee616977179290353e20baeb1c5361 100644 (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")))