gnu: emacs-js2-mode: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Enable tests.
master
Brian Leung 2019-09-20 17:47:04 +02:00
parent 90fc79d8bf
commit ab74b365ee
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 0 deletions

View File

@ -5655,6 +5655,9 @@ to all the other commands, too.")
(sha256
(base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/mooz/js2-mode/")
(synopsis "Improved JavaScript editing mode for Emacs")
(description