New keybind for Build.Test.

This commit is contained in:
ccd0 2016-10-01 17:36:01 -07:00
parent 78cf15a9cd
commit 34534985e3

View File

@ -197,7 +197,7 @@ Keybinds =
return unless threadRoot and QuoteYou.db
QuoteYou.cb.seek 'following'
<% if (readJSON('/.tests_enabled')) { %>
when 't'
when 'v'
return unless threadRoot
Build.Test.testAll()
<% } %>