1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: emacs-typescript-mode: Fix tests.

* gnu/packages/emacs-xyz.scm (emacs-typescript-mode)[arguments]:
Add #:test-command.
This commit is contained in:
Liliana Marie Prikler 2025-03-23 09:24:12 +01:00
parent 0cbe017fa7
commit d84a7928db
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -16364,6 +16364,9 @@ features:
(base32
"186bpvqxx87kp3857mq0mzn1ddsvzmpijix810k6bdz8522x7zdw"))))
(build-system emacs-build-system)
(arguments (list #:test-command
#~(list "emacs" "--batch" "-l" "typescript-mode-tests.el"
"-f" "ert-run-tests-batch-and-exit")))
(home-page "https://github.com/ananthakumaran/typescript.el")
(synopsis "Emacs major mode for editing Typescript code")
(description