aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohn muhl2025-02-24 17:31:15 -0600
committerStefan Kangas2025-02-25 01:27:49 +0100
commitae5674c758a26ce598cdca37d83d268b51fe53dd (patch)
tree6ec414fea2382164087d4cab6e6484a75d4ac8db
parent60b071e224136207f7fa24983037522e637e7efa (diff)
downloademacs-ae5674c758a26ce598cdca37d83d268b51fe53dd.tar.gz
emacs-ae5674c758a26ce598cdca37d83d268b51fe53dd.zip
; 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)
-rw-r--r--test/lisp/progmodes/typescript-ts-mode-tests.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/progmodes/typescript-ts-mode-tests.el b/test/lisp/progmodes/typescript-ts-mode-tests.el
index b6dd65b9512..fe5d2c7ccae 100644
--- a/test/lisp/progmodes/typescript-ts-mode-tests.el
+++ b/test/lisp/progmodes/typescript-ts-mode-tests.el
@@ -24,7 +24,6 @@
24(require 'treesit) 24(require 'treesit)
25 25
26(ert-deftest typescript-ts-mode-test-indentation () 26(ert-deftest typescript-ts-mode-test-indentation ()
27 :tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
28 (skip-unless (and (treesit-ready-p 'typescript) 27 (skip-unless (and (treesit-ready-p 'typescript)
29 (treesit-ready-p 'tsx))) 28 (treesit-ready-p 'tsx)))
30 (ert-test-erts-file (ert-resource-file "indent.erts"))) 29 (ert-test-erts-file (ert-resource-file "indent.erts")))