@@ -866,6 +866,7 @@ def test_nodejs_image(self):
866866 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/events.d.ts' ,
867867 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/fs.d.ts' ,
868868 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/globals.d.ts' ,
869+ './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/globals.global.d.ts' ,
869870 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/http.d.ts' ,
870871 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/http2.d.ts' ,
871872 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/https.d.ts' ,
@@ -893,6 +894,10 @@ def test_nodejs_image(self):
893894 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/globals.d.ts' ,
894895 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/index.d.ts' ,
895896 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.2/util.d.ts' ,
897+ './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4' ,
898+ './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/base.d.ts' ,
899+ './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/globals.global.d.ts' ,
900+ './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.4/index.d.ts' ,
896901 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7' ,
897902 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7/assert.d.ts' ,
898903 './app/testdata/nodejs_image_binary.runfiles/npm/node_modules/@types/node/ts3.7/base.d.ts' ,
0 commit comments