MCPcopy Create free account
hub / github.com/EsperoTech/yaade / ArrayWithExactContents

Function ArrayWithExactContents

client/src/utils/jasmine/jasmine.js:2210–2212  ·  view source on GitHub ↗
(sample)

Source from the content-addressed store, hash-verified

2208
2209 getJasmineRequireObj().ArrayWithExactContents = function (j$) {
2210 function ArrayWithExactContents(sample) {
2211 this.sample = sample;
2212 }
2213
2214 ArrayWithExactContents.prototype.asymmetricMatch = function (other, matchersUtil) {
2215 if (!j$.isArray_(this.sample)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected