Skip to content

Commit

Permalink
stub sendCommandAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jul 23, 2019
1 parent 9dbe872 commit 9ca576a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/server/test/unit/browsers/electron_spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ describe "lib/browsers/electron", ->
remove: sinon.stub()
}
}
"debugger": {
sendCommandAsync: sinon.stub().resolves()
}
}
})

Expand Down

0 comments on commit 9ca576a

Please sign in to comment.