File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,16 @@ CMD="node eask"
2323echo " [INFO] 'eask' version: "
2424$CMD --version
2525
26- git clone " https://github.com/jcs-elpa/parse-it" " ../parse-it" # project use to test
26+ # Copy test configuration
27+ cp -R ./test/mini.emacs.d/ ~ /.emacs.d
28+
29+ # Test for global commands
30+ $CMD archives -g
31+ $CMD install -g spinner ivy beacon
32+ $CMD list --depth=0 -g
33+
34+ # Clone a project simulate Emacs package development
35+ git clone " https://github.com/jcs-elpa/parse-it" " ../parse-it"
2736cd ' ../parse-it'
2837
2938CMD=" node ../eask/eask"
@@ -39,10 +48,3 @@ $CMD list --depth=0
3948$CMD clean
4049$CMD clean-elc
4150$CMD clean-all
42-
43- # TODO: Revert these global tests ASAP..
44-
45- # Test for global commands
46- # $CMD archives
47- # $CMD install -g spinner ivy beacon
48- # $CMD list --depth=0 -g
You can’t perform that action at this time.
0 commit comments