Drop node v10 support (#1471)

This commit is contained in:
Tomas Della Vedova
2021-05-20 16:16:45 +02:00
committed by GitHub
parent 507ed99e74
commit c64152b9b3
33 changed files with 655 additions and 668 deletions

View File

@ -42,7 +42,7 @@ function runAsyncTest (test) {
type: 'doc',
q: 'foo:bar'
})
t.deepEqual(body, { hello: 'world' })
t.same(body, { hello: 'world' })
} catch (err) {
t.fail(err)
}