Skip to content

Commit f4384b8

Browse files
committed
update test
1 parent 8e0bf8c commit f4384b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/server/test/unit/browsers/cri-client_spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Bluebird from 'bluebird'
21
import chalk from 'chalk'
32
import EventEmitter from 'events'
43
import { create } from '../../../lib/browsers/cri-client'
@@ -17,8 +16,6 @@ describe('lib/browsers/cri-client', function () {
1716
let getClient: () => ReturnType<typeof create>
1817

1918
beforeEach(function () {
20-
sinon.stub(Bluebird, 'promisify').returnsArg(0)
21-
2219
send = sinon.stub()
2320
onError = sinon.stub()
2421

0 commit comments

Comments
 (0)