gnu: emacs-js2-mode: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
This commit is contained in:
parent
90fc79d8bf
commit
ab74b365ee
|
@ -5655,6 +5655,9 @@ to all the other commands, too.")
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue