mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 04:09:53 +00:00
DEV: run plugin tests in autospec
This commit is contained in:
parent
f4432648fd
commit
7ba681383d
@ -22,6 +22,8 @@ module Autospec
|
|||||||
reload(%r{^test/javascripts/(helpers|mixins)/.+\.js(\.es6)?$})
|
reload(%r{^test/javascripts/(helpers|mixins)/.+\.js(\.es6)?$})
|
||||||
reload("test/javascripts/test_helper.js")
|
reload("test/javascripts/test_helper.js")
|
||||||
|
|
||||||
|
watch(%r{^plugins/.*/test/.+\.js.es6$})
|
||||||
|
|
||||||
require "socket"
|
require "socket"
|
||||||
|
|
||||||
class ChromeNotInstalled < StandardError; end
|
class ChromeNotInstalled < StandardError; end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user