Skip to content

Commit 564e9e7

Browse files
authored
fix: add dependency to fix tests (#1658)
* fix: add overrides to fix #1657 * fix: remove overrides, install pdfmake directly
1 parent 6e040f6 commit 564e9e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gax/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"mocha": "^9.0.0",
5252
"ncp": "^2.0.0",
5353
"null-loader": "^4.0.0",
54+
"pdfmake": "0.2.12",
5455
"protobufjs-cli": "1.1.3",
5556
"proxyquire": "^2.0.1",
5657
"pumpify": "^2.0.0",
@@ -63,6 +64,7 @@
6364
"webpack": "^4.0.0",
6465
"webpack-cli": "^4.0.0"
6566
},
67+
6668
"scripts": {
6769
"docs": "compodoc src/",
6870
"pretest": "npm run prepare",

0 commit comments

Comments
 (0)