mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Rename builder esprima fixtures to babel
f724ae98a1
changed the build
script to use Babel, so this commit updates the file names accordingly
This commit is contained in:
parent
b6765403a1
commit
83d878d34c
20 changed files with 8 additions and 8 deletions
|
@ -2414,8 +2414,8 @@ gulp.task("externaltest", function (done) {
|
|||
});
|
||||
|
||||
console.log();
|
||||
console.log("### Running test-fixtures_esprima.js");
|
||||
safeSpawnSync("node", ["external/builder/test-fixtures_esprima.mjs"], {
|
||||
console.log("### Running test-fixtures_babel.js");
|
||||
safeSpawnSync("node", ["external/builder/test-fixtures_babel.mjs"], {
|
||||
stdio: "inherit",
|
||||
});
|
||||
done();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue