1
0
Fork 0
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:
Gunther Brunner 2016-01-19 20:56:19 +09:00
parent 434f63b3a9
commit b2217d01dd
4 changed files with 9 additions and 13 deletions

View file

@ -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')
})
})