Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- typeORM
- GIT
- Sequelize
- MySQL
- jest
- game
- nodejs
- Bull
- nestjs
- class
- react
- 공룡게임
- 정렬
- 게임
- Dinosaur
- OCR
- AWS
- Queue
- 자료구조
- cookie
- Express
- mongoose
- flask
- TypeScript
- Python
- JavaScript
- dfs
- Nest.js
- MongoDB
Archives
- Today
- Total
목록E2E (1)
포시코딩
[Nest.js] Jest e2e test (app.e2e-spec.ts)
개요 오늘도 헛소리 하는 다른 블로그들이 답답해서 내가 해결방법 찾아 정리해본다. 기본 세팅 app.e2e-spec.ts import { Test, TestingModule } from '@nestjs/testing'; import { INestApplication } from '@nestjs/common'; import * as request from 'supertest'; import { AppModule } from './../src/app.module'; describe('AppController (e2e)', () => { let app: INestApplication; beforeEach(async () => { const moduleFixture: TestingModule = await Te..
Node.js
2023. 3. 6. 15:52