Update standard requirement from ^12.0.1 to ^13.0.2 (#906)
This commit is contained in:
committed by
Tomas Della Vedova
parent
33bc37b34c
commit
ce16f28e8f
@ -19,6 +19,8 @@
|
||||
|
||||
'use strict'
|
||||
|
||||
/* eslint no-prototype-builtins: 0 */
|
||||
|
||||
const { test } = require('tap')
|
||||
const { errors } = require('../../index')
|
||||
|
||||
|
||||
@ -88,7 +88,7 @@ test('Should emit a response event in case of a successful response', t => {
|
||||
statusCode: 200,
|
||||
headers: {
|
||||
'content-type': 'application/json;utf=8',
|
||||
'connection': 'keep-alive'
|
||||
connection: 'keep-alive'
|
||||
},
|
||||
warnings: null,
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user