From 301a2803423b6030808ff2619e889031ab12e814 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Wed, 7 Aug 2019 11:42:23 +0300 Subject: [PATCH] Remove stub --- test/test.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/test.js b/test/test.js index c3bae9e..69de393 100644 --- a/test/test.js +++ b/test/test.js @@ -11,15 +11,6 @@ const PROPS = ['bin', 'platform', 'include', 'mkdir', 'rm', 'cp']; describe('Tools', () => { - let log; - let stubbed; - beforeEach(() => { - log = spy(); - stubbed = stub(console, 'log').callsFake(log); - }); - afterEach(() => stubbed.restore()); - - describe('Properties', () => { PROPS.forEach(