gnu: emacs-rjsx-mode: Enable tests.

* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
master
Brian Leung 2019-09-21 08:53:43 +02:00
parent 3eb4adc2c4
commit 44799c9f11
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 3 additions and 0 deletions

View File

@ -17239,6 +17239,9 @@ definition-jumping and type-checking on demand.")
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-js2-mode" ,emacs-js2-mode)))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
(home-page "https://github.com/felipeochoa/rjsx-mode")
(synopsis "Major mode for JSX files")
(description "This package extends the parser of @code{js2-mode} to