DEV: run plugin tests in autospec

This commit is contained in:
Sam 2018-11-23 11:27:08 +11:00
parent f4432648fd
commit 7ba681383d

View File

@ -22,6 +22,8 @@ module Autospec
reload(%r{^test/javascripts/(helpers|mixins)/.+\.js(\.es6)?$})
reload("test/javascripts/test_helper.js")
watch(%r{^plugins/.*/test/.+\.js.es6$})
require "socket"
class ChromeNotInstalled < StandardError; end