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:
parent
0cbe017fa7
commit
d84a7928db
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue