mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-26 11:10:25 +00:00
chore(Rakefile): fix test:jquery task
This commit is contained in:
parent
20c116d9d5
commit
6a5f8c0483
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
|
@ -208,7 +208,7 @@ namespace :test do
|
|||
|
||||
|
||||
desc 'Run jQuery-based unit test suite (single run)'
|
||||
task :jquery, :browsers do |t, args|
|
||||
task :jquery, :browsers, :misc_options do |t, args|
|
||||
start_testacular('testacular-jquery.conf.js', true, args[:browsers], args[:misc_options])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue