Evidence-based NestJS testing practice recommends using which testing module to create an isolated module context for unit tests?
-
A
TestingModule from @nestjs/testing
-
B
MockModule from jest-mock
-
C
TestBed from @angular/core/testing
-
D
TestContext from supertest