mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Provider works more or less now.
This commit is contained in:
@@ -9,8 +9,8 @@ describe('Logger', function() {
|
||||
expect(logger).itself.to.respondTo('createLogger')
|
||||
})
|
||||
|
||||
it('should have a setGlobalPrefix method', function() {
|
||||
expect(logger).itself.to.respondTo('setGlobalPrefix')
|
||||
it('should have a setGlobalIdentifier method', function() {
|
||||
expect(logger).itself.to.respondTo('setGlobalIdentifier')
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user