Skip to content

Commit

Permalink
Fix clitests.json
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jan 20, 2021
1 parent 80ec047 commit 125b6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,7 @@ function buildLib(defines, dir) {
gulp.src(
[
"src/{core,display,shared}/*.js",
"src/core/xfa/*.js",
"!src/shared/{cffStandardStrings,fonts_utils}.js",
"src/{pdf,pdf.worker}.js",
],
Expand Down
1 change: 1 addition & 0 deletions test/unit/clitests.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"unicode_spec.js",
"util_spec.js",
"writer_spec.js",
"xfa_parser_spec.js",
"xml_spec.js"
]
}

0 comments on commit 125b6a5

Please sign in to comment.