mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-31 07:11:00 +02:00
Include the web/ folder in the coverage report for gulp unittestcli
Given that there's a few unit-tests for `web/` code that runs in Node.js, it seems reasonable to include that folder in the coverage report.
This commit is contained in:
parent
b178305a8b
commit
40ea3e3acb
@ -3,7 +3,8 @@
|
||||
"include": [
|
||||
"build/lib-legacy/core/**/*.js",
|
||||
"build/lib-legacy/display/**/*.js",
|
||||
"build/lib-legacy/shared/**/*.js"
|
||||
"build/lib-legacy/shared/**/*.js",
|
||||
"build/lib-legacy/web/**/*.js"
|
||||
],
|
||||
"exclude": ["build/lib-legacy/test/**"],
|
||||
"all": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user