MCPcopy
hub / github.com/parallel-js/parallel.js / expect

Function expect

test/jasmine/jasmine.js:530–532  ·  view source on GitHub ↗
(actual)

Source from the content-addressed store, hash-verified

528 * @return {jasmine.Matchers}
529 */
530const expect = function(actual) {
531 return jasmine.getEnv().currentSpec.expect(actual);
532};
533if (isCommonJS) exports.expect = expect;
534
535/**

Callers 5

eval.spec.jsFile · 0.85
worker.spec.jsFile · 0.85
q-api.spec.jsFile · 0.85
api.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected