Drop node v10 support (#1471)
This commit is contained in:
committed by
GitHub
parent
507ed99e74
commit
c64152b9b3
@ -4,5 +4,5 @@ import { Client } from '../../../index.mjs'
|
||||
t.test('esm support', t => {
|
||||
t.plan(1)
|
||||
const client = new Client({ node: 'http://localhost:9200' })
|
||||
t.strictEqual(client.name, 'elasticsearch-js')
|
||||
t.equal(client.name, 'elasticsearch-js')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user