MCPcopy
hub / github.com/socketio/socket.io / match

Method match

packages/socket.io/test/support/expectjs.d.ts:106–106  ·  view source on GitHub ↗

* Assert string value matches regexp. * * @param regexp

(regexp: RegExp)

Source from the content-addressed store, hash-verified

104 * @param regexp
105 */
106 match(regexp: RegExp): Assertion;
107
108 /**
109 * Assert property "length" exists and has value of n.

Callers 10

transport.jsFile · 0.80
env.jsFile · 0.80
parser.jsFile · 0.80
server.jsFile · 0.80
socket.tsFile · 0.80
uws.tsFile · 0.80
testSourceFunction · 0.80
testSourceMapFunction · 0.80
useColorsFunction · 0.80
serviceWorker.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected