2.0.0 - nestjs and vite support #30
integration-tests.yml
on: pull_request
Matrix: Vitest Integration Tests
Annotations
6 errors and 9 warnings
|
Vitest Integration Tests (24)
Process completed with exit code 1.
|
|
tests/nestjs-preset.test.ts > NestJS Preset Tests > NestJS with Swagger > should fail with default NestJS template when Swagger rules are enforced:
tests/nestjs-preset.test.ts#L166
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/nestjs-preset.test.ts:166:36
|
|
Vitest Integration Tests (22)
Process completed with exit code 1.
|
|
tests/nestjs-preset.test.ts > NestJS Preset Tests > NestJS with Swagger > should fail with default NestJS template when Swagger rules are enforced:
tests/nestjs-preset.test.ts#L166
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/nestjs-preset.test.ts:166:36
|
|
Vitest Integration Tests (20)
Process completed with exit code 1.
|
|
tests/nestjs-preset.test.ts > NestJS Preset Tests > NestJS with Swagger > should fail with default NestJS template when Swagger rules are enforced:
tests/nestjs-preset.test.ts#L166
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/nestjs-preset.test.ts:166:36
|
|
Vitest Integration Tests (24)
A method decorated with @get, @post etc. should specify the expected ApiOperation e.g. @apioperation({description: ""}). These decorators are in the @nestjs/swagger npm package
|
|
|
|
Vitest Integration Tests (24)
Controllers should use @apitags decorator. This makes it much easier to navigate swagger UI. This ApiTags decorator is in the @nestjs/swagger package on npm
|
|
Vitest Integration Tests (22)
A method decorated with @get, @post etc. should specify the expected ApiOperation e.g. @apioperation({description: ""}). These decorators are in the @nestjs/swagger npm package
|
|
|
|
Vitest Integration Tests (22)
Controllers should use @apitags decorator. This makes it much easier to navigate swagger UI. This ApiTags decorator is in the @nestjs/swagger package on npm
|
|
Vitest Integration Tests (20)
A method decorated with @get, @post etc. should specify the expected ApiOperation e.g. @apioperation({description: ""}). These decorators are in the @nestjs/swagger npm package
|
|
|
|
Vitest Integration Tests (20)
Controllers should use @apitags decorator. This makes it much easier to navigate swagger UI. This ApiTags decorator is in the @nestjs/swagger package on npm
|