Skip to content
Snippets Groups Projects
Unverified Commit ab74b365 authored by Brian Leung's avatar Brian Leung
Browse files

gnu: emacs-js2-mode: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
parent 90fc79d8
No related branches found
No related tags found
No related merge requests found
...@@ -5655,6 +5655,9 @@ (define-public emacs-js2-mode ...@@ -5655,6 +5655,9 @@ (define-public emacs-js2-mode
(sha256 (sha256
(base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b")))) (base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/mooz/js2-mode/") (home-page "https://github.com/mooz/js2-mode/")
(synopsis "Improved JavaScript editing mode for Emacs") (synopsis "Improved JavaScript editing mode for Emacs")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment