Skip to content

Commit ed4b3a4

Browse files
author
Simon Stewart
committed
Add safari to the list of build targets for atoms tests
1 parent d104c76 commit ed4b3a4

File tree

1 file changed

+2
-1
lines changed
  • javascript/atoms

1 file changed

+2
-1
lines changed

javascript/atoms/BUCK

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ closure_library(name = 'xpath',
222222
browsers = {
223223
'firefox': 'ff',
224224
'chrome': 'chrome',
225-
'ie': 'ie'}
225+
'ie': 'ie',
226+
'safari': 'safari'}
226227
for browser in browsers.keys():
227228
java_test(
228229
name = 'atoms-%s' % browser,

0 commit comments

Comments
 (0)