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 |
Tags
- typeORM
- 자료구조
- Python
- Bull
- GIT
- flask
- Sequelize
- jest
- Express
- OCR
- Queue
- MongoDB
- class
- mongoose
- game
- Nest.js
- react
- cookie
- 정렬
- AWS
- JavaScript
- TypeScript
- nodejs
- dfs
- 공룡게임
- MySQL
- nestjs
- 게임
- Dinosaur
Archives
- Today
- Total
목록E2E (1)
포시코딩

개요 오늘도 헛소리 하는 다른 블로그들이 답답해서 내가 해결방법 찾아 정리해본다. 기본 세팅 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