Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paolochiodi committed Nov 3, 2016
1 parent 6583aa3 commit 4a76eb3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/timeout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ var describe = lab.describe
var it = lab.it
var expect = Code.expect


describe('timeout', function () {

it('returns error', function (fin) {
Seneca({timeout: 100})
.add('a:1', function (msg, done) {
Expand Down Expand Up @@ -43,5 +41,4 @@ describe('timeout', function () {
})
.act('a:1')
})

})

0 comments on commit 4a76eb3

Please sign in to comment.