Fixed type test

This commit is contained in:
delvedor
2020-07-15 15:48:18 +02:00
parent e864c1db99
commit d7b7187a85

View File

@ -671,6 +671,7 @@ expectType<Client>(
)
expectError<errors.ConfigurationError>(
// @ts-expect-error
new Client({
node: 'http://localhost:9200',
context: 'hello world'