Update standard requirement from ^12.0.1 to ^13.0.2 (#906)
This commit is contained in:
committed by
delvedor
parent
958e1ef9ca
commit
5479965e22
@ -30,8 +30,8 @@ class MockConnection extends Connection {
|
||||
stream.statusCode = setStatusCode(params.path)
|
||||
stream.headers = {
|
||||
'content-type': 'application/json;utf=8',
|
||||
'date': new Date().toISOString(),
|
||||
'connection': 'keep-alive',
|
||||
date: new Date().toISOString(),
|
||||
connection: 'keep-alive',
|
||||
'content-length': '17'
|
||||
}
|
||||
process.nextTick(() => {
|
||||
@ -96,8 +96,8 @@ class MockConnectionSniff extends Connection {
|
||||
stream.statusCode = setStatusCode(params.path)
|
||||
stream.headers = {
|
||||
'content-type': 'application/json;utf=8',
|
||||
'date': new Date().toISOString(),
|
||||
'connection': 'keep-alive',
|
||||
date: new Date().toISOString(),
|
||||
connection: 'keep-alive',
|
||||
'content-length': '205'
|
||||
}
|
||||
process.nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user