gnu: emacs-rjsx-mode: Enable tests.
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode): Enable tests.
This commit is contained in:
parent
3eb4adc2c4
commit
44799c9f11
|
@ -17239,6 +17239,9 @@ definition-jumping and type-checking on demand.")
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-js2-mode" ,emacs-js2-mode)))
|
`(("emacs-js2-mode" ,emacs-js2-mode)))
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #t
|
||||||
|
#:test-command '("make" "test")))
|
||||||
(home-page "https://github.com/felipeochoa/rjsx-mode")
|
(home-page "https://github.com/felipeochoa/rjsx-mode")
|
||||||
(synopsis "Major mode for JSX files")
|
(synopsis "Major mode for JSX files")
|
||||||
(description "This package extends the parser of @code{js2-mode} to
|
(description "This package extends the parser of @code{js2-mode} to
|
||||||
|
|
Loading…
Reference in New Issue