Remove stub

This commit is contained in:
Luis Blanco 2019-08-07 11:42:23 +03:00
parent af315ee1fd
commit 301a280342
1 changed files with 0 additions and 9 deletions

View File

@ -11,15 +11,6 @@ const PROPS = ['bin', 'platform', 'include', 'mkdir', 'rm', 'cp'];
describe('Tools', () => { describe('Tools', () => {
let log;
let stubbed;
beforeEach(() => {
log = spy();
stubbed = stub(console, 'log').callsFake(log);
});
afterEach(() => stubbed.restore());
describe('Properties', () => { describe('Properties', () => {
PROPS.forEach( PROPS.forEach(