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