refactor(integration) resolve module path

This commit is contained in:
Jean-Baptiste Pionnier
2018-09-30 21:08:44 +02:00
parent 65bb7e7c34
commit 6193f506c2
19 changed files with 18 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ describe('GRPC transport', () => {
transport: Transport.GRPC,
options: {
package: 'math',
protoPath: join(__dirname, './../src/grpc/math.proto'),
protoPath: join(__dirname, '../src/grpc/math.proto'),
},
});
await app.startAllMicroservicesAsync();