From 58699d7a81923e209d621f92e57a84fd2f6fbb99 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 26 Jan 2019 13:50:02 -0800 Subject: [PATCH] remove unused js-yaml from lib/tap.js --- lib/tap.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/tap.js b/lib/tap.js index 93d978649..4e3005670 100644 --- a/lib/tap.js +++ b/lib/tap.js @@ -4,7 +4,6 @@ const Stdin = require('./stdin.js') const Spawn = require('./spawn.js') const util = require('util') const objToYaml = require('./obj-to-yaml.js') -const yaml = require('js-yaml') const _didPipe = Symbol('_didPipe') // We test that file separately, and removing stdout @@ -235,7 +234,6 @@ onExit((code, signal) => { if (!extra.at) { delete extra.at } - const yaml = require('js-yaml') console.error(objToYaml(extra)) } didTimeoutKill = true