diff --git a/test/index.test.ts b/test/index.test.ts index 773f4d4..1efed6d 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -303,7 +303,7 @@ test('ensure run and exec with command defined as array are working', async (): }); test('build accepts config as string', async (): Promise => { - const configuration = await new Promise(function (resolve, reject) { + const configuration = await new Promise(function (resolve, reject): void { readFile(path.join(__dirname, 'docker-compose-2.yml'), function (err, content) { if (err) { reject(err);