Skip to content

Commit

Permalink
removed styler test
Browse files Browse the repository at this point in the history
  • Loading branch information
jglanz committed Jun 18, 2016
1 parent cdde00f commit dcad5ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/test/log.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit dcad5ad

Please sign in to comment.