mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Minimal start with a custom logger and device tracker.
This commit is contained in:
12
test/util/logger.js
Normal file
12
test/util/logger.js
Normal file
@@ -0,0 +1,12 @@
|
||||
var chai = require('chai')
|
||||
var expect = chai.expect
|
||||
|
||||
var logger = require('../../lib/util/logger')
|
||||
|
||||
describe('Logger', function() {
|
||||
|
||||
it('should have a createLogger method', function() {
|
||||
expect(logger).itself.to.respondTo('createLogger')
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user