Skip to content

Commit

Permalink
Added empty browsers object to testacular config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Sofer committed Jul 16, 2012
1 parent f33adbc commit 87c33b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/test-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ autoWatch = true;

// polling interval in ms (ignored on OS that support inotify)
autoWatchInterval = 100;

// Start these browsers, currently available:
// - Chrome
// - ChromeCanary
// - Firefox
// - Opera
// - Safari
// - PhantomJS
browsers = [];

0 comments on commit 87c33b8

Please sign in to comment.