Skip to content

Commit

Permalink
test the ES5/UMD bundle in the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 17, 2018
1 parent 7a346dc commit 917c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ def _run(self, exe_cmd, arrow_path=None, json_path=None, command='VALIDATE'):
if json_path is not None:
cmd.extend(['-j', json_path])

cmd.extend(['--mode', command, '-t', 'src'])
cmd.extend(['--mode', command, '-t', 'es5', '-m', 'umd'])

if self.debug:
print(' '.join(cmd))
Expand Down

0 comments on commit 917c2fc

Please sign in to comment.