반응형
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
- vue3
- csr
- Cypress
- QUIC
- 비동기
- api test
- custom command
- web vital
- Testing
- vue-cli
- typeScript
- import.meta.env
- ViTE
- aws
- TLS
- svelte
- vue
- CSS
- msw
- caching
- JavaScript
- CloudFlare
- https
- SSR
- e2e
- ts error
- rendering
- 선택자
- http3
- devtools
Archives
- Today
- Total
목록ts2345 (1)
Develop Note by J.S.

아래와 같은 TS2345 Error 발생 시 1. cypress/global.d.ts 생성 // ./cypress/global.d.ts declare namespace Cypress { interface Chainable { dataCy(dataTestAttribute: string): Chainable } } 2. tsconfig.json // tsconfig.json cypress 경로 추가 "include": ["cypress/**/*.ts" ,"src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
Language/Typescript
2023. 7. 11. 10:24