mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +00:00
chore(Rakefile): fix test:jquery task
This commit is contained in:
parent
1f1a6fb6d2
commit
74c574015d
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