New type definitions (#1358)
This commit is contained in:
committed by
GitHub
parent
430de17007
commit
f86a79cb26
@ -669,14 +669,6 @@ expectType<Client>(
|
||||
})
|
||||
)
|
||||
|
||||
expectError<errors.ConfigurationError>(
|
||||
// @ts-expect-error
|
||||
new Client({
|
||||
node: 'http://localhost:9200',
|
||||
context: 'hello world'
|
||||
})
|
||||
)
|
||||
|
||||
/**
|
||||
* `proxy` option
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user