Remove stub
This commit is contained in:
parent
af315ee1fd
commit
301a280342
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue