mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 03:53:28 +02:00
Rename log.prefix to log.globalPrefix.
This commit is contained in:
@@ -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')
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user