Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6a5f8c0

Browse files
committed
chore(Rakefile): fix test:jquery task
1 parent 20c116d commit 6a5f8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace :test do
208208

209209

210210
desc 'Run jQuery-based unit test suite (single run)'
211-
task :jquery, :browsers do |t, args|
211+
task :jquery, :browsers, :misc_options do |t, args|
212212
start_testacular('testacular-jquery.conf.js', true, args[:browsers], args[:misc_options])
213213
end
214214

0 commit comments

Comments
 (0)