Fixed type test
This commit is contained in:
@ -671,6 +671,7 @@ expectType<Client>(
|
||||
)
|
||||
|
||||
expectError<errors.ConfigurationError>(
|
||||
// @ts-expect-error
|
||||
new Client({
|
||||
node: 'http://localhost:9200',
|
||||
context: 'hello world'
|
||||
|
||||
Reference in New Issue
Block a user