Drop node v10 support (#1471)
This commit is contained in:
committed by
GitHub
parent
507ed99e74
commit
c64152b9b3
@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user