mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
ci: add ios simulator tests (#1794)
This commit is contained in:
@ -20,8 +20,7 @@ var REFTEST = window.location.search.indexOf('reftest') !== -1;
|
||||
(typeof Promise === 'undefined' ? ['/node_modules/promise-polyfill/promise.min'] : [])
|
||||
.concat([
|
||||
'/node_modules/jquery/dist/jquery.min',
|
||||
'/dist/html2canvas',
|
||||
'/build/RefTestRenderer'
|
||||
'/dist/html2canvas'
|
||||
])
|
||||
.forEach(appendScript);
|
||||
|
||||
|
Reference in New Issue
Block a user