|
@@ -93,7 +93,7 @@
|
|
|
#js {:key (subs value (dec (count value)))}
|
|
#js {:key (subs value (dec (count value)))}
|
|
|
nil))))
|
|
nil))))
|
|
|
|
|
|
|
|
-(deftest ^:focus keyup-handler-test
|
|
|
|
|
|
|
+(deftest keyup-handler-test
|
|
|
(testing "Command autocompletion"
|
|
(testing "Command autocompletion"
|
|
|
;; default last matching command is ""
|
|
;; default last matching command is ""
|
|
|
(keyup-handler {:value "/z"
|
|
(keyup-handler {:value "/z"
|