tests: move html-export test to doc /tests/doc directory

This commit is contained in:
syl20bnr 2017-04-17 19:24:56 -04:00
parent 5a3a3f95f8
commit 62167f708d
5 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
##
## License: GPLv3
tests=("core" "layers/+org/html-export")
tests=("core" "doc")
if [ $USER != "travis" ]; then
echo "This script is not designed to run locally."

View File

@ -52,7 +52,7 @@ Helm buffers with ~hjkl~.
:PROPERTIES:
:CUSTOM_ID: helm-transient-state
:END:
Spacemacs defines a [[#transient-states][transient state]] for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim's Unite]]
Spacemacs defines a transient state for =Helm= to make it work like [[https://github.com/Shougo/unite.vim][Vim's Unite]]
plugin.
Initiate the transient state with ~M-SPC~ or ~s-M-SPC~ while in a =Helm= buffer.

View File

@ -16,4 +16,4 @@ UNIT_TEST_FILES =
FUNC_TEST_FILES = \
org-export-ftest.el
include ../../../../spacemacs.mk
include ../../spacemacs.mk