Update standard requirement from ^12.0.1 to ^13.0.2 (#906)

This commit is contained in:
dependabot-preview[bot]
2019-07-15 14:20:21 +02:00
committed by Tomas Della Vedova
parent 33bc37b34c
commit ce16f28e8f
4 changed files with 8 additions and 6 deletions

View File

@ -19,6 +19,8 @@
'use strict'
/* eslint no-prototype-builtins: 0 */
const { test } = require('tap')
const { errors } = require('../../index')

View File

@ -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: {