only run in chrome
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -26,11 +26,11 @@ module.exports = function(config) { | ... | @@ -26,11 +26,11 @@ module.exports = function(config) { |
26 | // - PhantomJS | 26 | // - PhantomJS |
27 | // - IE (only Windows) | 27 | // - IE (only Windows) |
28 | // Example usage: | 28 | // Example usage: |
29 | browsers: ['chrome_test', | 29 | browsers: ['chrome_test'] |
30 | //'firefox_test', | 30 | //'firefox_test', |
31 | //'safari_test', ' | 31 | //'safari_test', |
32 | //'ipad_test', | 32 | //'ipad_test', |
33 | 'android_test'], | 33 | //'android_test' |
34 | 34 | ||
35 | // List of files / patterns to load in the browser | 35 | // List of files / patterns to load in the browser |
36 | // Add any new src files to this list. | 36 | // Add any new src files to this list. | ... | ... |
-
Please register or sign in to post a comment