We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce038a9 commit b1d0349Copy full SHA for b1d0349
test/internal/protocol-handshaker.test.js
@@ -24,7 +24,7 @@ import BoltProtocolV4x3 from '../../src/internal/bolt-protocol-v4x3'
24
25
import { alloc } from '../../src/internal/node'
26
27
-xdescribe('#unit ProtocolHandshaker', () => {
+describe('#unit ProtocolHandshaker', () => {
28
it('should write handshake request', () => {
29
const writtenBuffers = []
30
const fakeChannel = {
0 commit comments