chore: automock next version #531
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Tests Results (adapters.nestjs)
succeeded
Dec 9, 2023 in 0s
Tests Results (adapters.nestjs) ✅
✅ test-reports/adapters.nestjs.xml
27 tests were completed in 2s with 27 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
packages/adapters/nestjs/test/nestjs-adapter.integration.test.ts | 27✅ | 2s |
✅ packages/adapters/nestjs/test/nestjs-adapter.integration.test.ts
NestJS Automock Adapter Integration Test › reflecting a class with constructor based injection
✅ should list the dependencies in the dependencies container corresponding to the class injectables
NestJS Automock Adapter Integration Test › reflecting a class with constructor based injection › resolving dependencies from the container by identifiers and metadata keys and values
✅ [Function DependencyOne] should be defined
✅ [Function DependencyTwo] should be defined
✅ [Function DependencyThree] should be defined
✅ "SOME_TOKEN_FROM_REF" should be defined
✅ [Function DependencySix] should be defined
✅ "CUSTOM_TOKEN" should be defined
✅ "CUSTOM_TOKEN_SECOND" should be defined
✅ "ANOTHER_CUSTOM_TOKEN" should be defined
✅ "LITERAL_VALUE_ARR" should be defined
✅ "LITERAL_VALUE_STR" should be defined
NestJS Automock Adapter Integration Test › reflecting a class with property based injection
✅ should list the dependencies in the dependencies container corresponding to the class injectables
NestJS Automock Adapter Integration Test › reflecting a class with property based injection › resolving dependencies from the container by identifiers and metadata keys and values
✅ [Function DependencyOne] should be defined
✅ [Function DependencyTwo] should be defined
✅ [Function DependencyThree] should be defined
✅ [Function DependencySix] should be defined
✅ "CUSTOM_TOKEN" should be defined
✅ [Function DependencyFive] should be defined
✅ "CUSTOM_TOKEN_SECOND" should be defined
✅ "LITERAL_VALUE_ARR" should be defined
✅ "LITERAL_VALUE_STR" should be defined
NestJS Automock Adapter Integration Test › reflecting a class with constructor and properties combined
✅ should list the dependencies in the dependencies container corresponding to the class injectables
NestJS Automock Adapter Integration Test › reflecting a class with constructor and properties combined › resolving dependencies from the container by identifiers and metadata keys and values
✅ "CUSTOM_TOKEN" should be defined
✅ "LITERAL_VALUE_STR" should be defined
✅ [Function DependencyThree] should be defined
NestJS Automock Adapter Integration Test › reflecting classes with undefined constructor dependencies
✅ should fail with an error indicating that the dependency is not defined
✅ should fail with an error indicating that the dependency is not defined
Loading