MCPcopy
hub / github.com/nestjs/nest / cats.service.spec.ts

File cats.service.spec.ts

sample/06-mongoose/src/cats/cats.service.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getModelToken } from '@nestjs/mongoose';
2import { Test, TestingModule } from '@nestjs/testing';
3import { Model, Types } from 'mongoose';
4import { CatsService } from './cats.service';

Callers

nothing calls this directly

Calls 10

fnMethod · 0.80
createTestingModuleMethod · 0.80
getMethod · 0.65
createMethod · 0.65
findOneMethod · 0.65
deleteMethod · 0.65
compileMethod · 0.45
findAllMethod · 0.45
toStringMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected