Skip to content

Commit

Permalink
Add safari to the list of build targets for atoms tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stewart committed Jul 18, 2018
1 parent d104c76 commit ed4b3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/atoms/BUCK
Expand Up @@ -222,7 +222,8 @@ closure_library(name = 'xpath',
browsers = {
'firefox': 'ff',
'chrome': 'chrome',
'ie': 'ie'}
'ie': 'ie',
'safari': 'safari'}
for browser in browsers.keys():
java_test(
name = 'atoms-%s' % browser,
Expand Down

0 comments on commit ed4b3a4

Please sign in to comment.