mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Rename log.prefix to log.globalPrefix.
This commit is contained in:
parent
f67eb6dd25
commit
4ff4f12443
2 changed files with 9 additions and 4 deletions
|
@ -9,4 +9,8 @@ describe('Logger', function() {
|
|||
expect(logger).itself.to.respondTo('createLogger')
|
||||
})
|
||||
|
||||
it('should have a setGlobalPrefix method', function() {
|
||||
expect(logger).itself.to.respondTo('setGlobalPrefix')
|
||||
})
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue