diff --git a/src/test/log.spec.ts b/src/test/log.spec.ts index 847f912..c8cf53c 100644 --- a/src/test/log.spec.ts +++ b/src/test/log.spec.ts @@ -15,13 +15,13 @@ describe('#logger',() => { log.info('test output') }) - it('#styled',() => { - const stylerSpy = sinon.spy(TypeLogger.getStyler()) - TypeLogger.setStyler(stylerSpy) - log.info('testing for spy styling') - - expect(stylerSpy.calledOnce).to.be.true - }) + // it('#styled',() => { + // const stylerSpy = sinon.spy(TypeLogger.getStyler()) + // TypeLogger.setStyler(stylerSpy) + // log.info('testing for spy styling') + // + // expect(stylerSpy.calledOnce).to.be.true + // }) it('#not-styled',() => { const stylerSpy = sinon.spy(TypeLogger.getStyler())