added initial swagger docs
This commit is contained in:
parent
f72047b18e
commit
b7acc9e352
7 changed files with 80 additions and 16 deletions
|
|
@ -4,7 +4,7 @@ import request from 'supertest';
|
|||
import { App } from 'supertest/types';
|
||||
import { AppModule } from './../src/app.module';
|
||||
|
||||
describe('AppController (e2e)', () => {
|
||||
describe('HealthcheckController (e2e)', () => {
|
||||
let app: INestApplication<App>;
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue