mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Fix esprima tests.
This commit is contained in:
parent
74ba3033e8
commit
c9d3c20e2c
5 changed files with 57 additions and 50 deletions
|
@ -1424,3 +1424,12 @@ gulp.task('mozcentraldiff', ['mozcentral', 'mozcentralbaseline'],
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
gulp.task('externaltest', function () {
|
||||
gutil.log('Running test-fixtures.js');
|
||||
safeSpawnSync('node', ['external/builder/test-fixtures.js'],
|
||||
{stdio: 'inherit'});
|
||||
gutil.log('Running test-fixtures_esprima.js');
|
||||
safeSpawnSync('node', ['external/builder/test-fixtures_esprima.js'],
|
||||
{stdio: 'inherit'});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue