MCPcopy
hub / github.com/nestjs/nest / fn

Function fn

packages/common/test/utils/forward-ref.util.spec.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4describe('forwardRef', () => {
5 it('should return object with forwardRef property', () => {
6 const fn = () => ({});
7 const referenceFn = forwardRef(() => fn);
8 expect(referenceFn.forwardRef()).to.be.eql(fn);
9 });

Callers 11

bindLastFunction · 0.50
HolderFunction · 0.50
createParamDecoratorFunction · 0.50
BindFunction · 0.50
client-tcp.spec.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected