MCPcopy
hub / github.com/loopbackio/loopback-next / test

Method test

packages/context/src/__tests__/unit/resolver.unit.ts:247–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245 ) {}
246
247 async test() {
248 const y = await this.getY();
249 expect(y.value).eql('y');
250 expect(this.y.value).eql('y');
251 expect(this.x.value).eql('x');
252 expect(await this.x.xy()).to.eql('xy');
253 }
254 }
255
256 context.bind('x').toClass(XClass);

Callers 9

filterByTagFunction · 0.45
filterByKeyFunction · 0.45
findByTagIndexMethod · 0.45
resolver.unit.tsFile · 0.45
printCommandsFunction · 0.45
utils.unit.jsFile · 0.45
mergeHeaderWithContentFunction · 0.45
headerOrBlankLineFunction · 0.45
jsOrTsFilesFunction · 0.45

Calls 2

eqlMethod · 0.80
xyMethod · 0.65

Tested by

no test coverage detected