Skip to content

Commit 6a53370

Browse files
committed
fix: make mocha tests working again
1 parent b5ff5d3 commit 6a53370

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "third_party/protobuf"]
22
path = third_party/protobuf
33
url = https://github.com/protocolbuffers/protobuf.git
4+
[submodule "third_party/protobuf-javascript"]
5+
path = third_party/protobuf-javascript
6+
url = https://github.com/protocolbuffers/protobuf-javascript.git

packages/grpc-web/test/generated_code_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe('grpc-web generated code (closure+grpcwebtext)', function() {
473473
".",
474474
"../../../javascript",
475475
"../node_modules/google-closure-library",
476-
"../../../third_party/protobuf/js",
476+
"../../../third_party/protobuf-javascript",
477477
].map(jsPath => path.relative(cwd, path.resolve(__dirname, jsPath)));
478478
const closureArgs = [].concat(
479479
jsPaths.map(jsPath => `--js=${jsPath}`),

third_party/protobuf-javascript

Submodule protobuf-javascript added at 426b2e0

0 commit comments

Comments
 (0)