mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
Disable check for yarn in qunit tests first.
This commit is contained in:
parent
fc6cb7bbe3
commit
349dc8da29
@ -13,11 +13,11 @@ task "qunit:test", [:timeout, :qunit_path] => :environment do |_, args|
|
||||
abort "Chrome 59 or higher is required to run tests in headless mode."
|
||||
end
|
||||
|
||||
unless system("command -v yarn >/dev/null;")
|
||||
abort "Yarn is not installed. Download from https://yarnpkg.com/lang/en/docs/install/"
|
||||
end
|
||||
|
||||
system("yarn install --dev")
|
||||
# unless system("command -v yarn >/dev/null;")
|
||||
# abort "Yarn is not installed. Download from https://yarnpkg.com/lang/en/docs/install/"
|
||||
# end
|
||||
#
|
||||
# system("yarn install --dev")
|
||||
|
||||
# ensure we have this port available
|
||||
def port_available?(port)
|
||||
|
Loading…
x
Reference in New Issue
Block a user