ci: add ios simulator tests (#1794)

This commit is contained in:
MoyuScript
2019-04-08 21:56:22 -07:00
parent e52193c47e
commit ec4d108374
6 changed files with 1747 additions and 4 deletions

View File

@ -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);