mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Fix all test/ files with ESLint rules with 0 errors and 0 warnings.
This commit is contained in:
parent
434f63b3a9
commit
b2217d01dd
4 changed files with 9 additions and 13 deletions
|
@ -4,7 +4,6 @@ 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')
|
||||
})
|
||||
|
@ -12,5 +11,4 @@ describe('Logger', function() {
|
|||
it('should have a setGlobalIdentifier method', function() {
|
||||
expect(logger).itself.to.respondTo('setGlobalIdentifier')
|
||||
})
|
||||
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue