diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/typescript-ts-mode-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/progmodes/typescript-ts-mode-tests.el b/test/lisp/progmodes/typescript-ts-mode-tests.el index 27b7df714e6..effd9551fb0 100644 --- a/test/lisp/progmodes/typescript-ts-mode-tests.el +++ b/test/lisp/progmodes/typescript-ts-mode-tests.el | |||
| @@ -24,7 +24,8 @@ | |||
| 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 | (skip-unless (treesit-ready-p 'typescript)) | 27 | (skip-unless (and (treesit-ready-p 'typescript) |
| 28 | (treesit-ready-p 'tsx))) | ||
| 28 | (ert-test-erts-file (ert-resource-file "indent.erts"))) | 29 | (ert-test-erts-file (ert-resource-file "indent.erts"))) |
| 29 | 30 | ||
| 30 | (provide 'typescript-ts-mode-tests) | 31 | (provide 'typescript-ts-mode-tests) |