Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
test: Make tests a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Jan 18, 2018
1 parent e00d299 commit bc7899a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/integration/cli/server-process-cli-test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe 'CLI - Server Process', ->

describe 'when specified by -g/--server', ->

afterEach (done) ->
after (done) ->
killAll('test/fixtures/scripts/', done)

describe 'when works as expected', ->
Expand All @@ -78,7 +78,7 @@ describe 'CLI - Server Process', ->
'--server-wait=1'
]

beforeEach (done) ->
before (done) ->
runDreddCommand args, (err, info) ->
dreddCommandInfo = info
done(err)
Expand All @@ -99,7 +99,7 @@ describe 'CLI - Server Process', ->
'--server-wait=1'
]

beforeEach (done) ->
before (done) ->
runDreddCommand args, (err, info) ->
dreddCommandInfo = info
done(err)
Expand Down Expand Up @@ -142,7 +142,7 @@ describe 'CLI - Server Process', ->
'--server-wait=1'
]

beforeEach (done) ->
before (done) ->
runDreddCommand args, (err, info) ->
dreddCommandInfo = info
done(err)
Expand Down Expand Up @@ -172,7 +172,7 @@ describe 'CLI - Server Process', ->
'--level=verbose'
]

beforeEach (done) ->
before (done) ->
runDreddCommand args, (err, info) ->
dreddCommandInfo = info
done(err)
Expand Down

0 comments on commit bc7899a

Please sign in to comment.