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 |
Tags
- 코테공부
- html
- 코딩
- 프로그래머스 코테
- 프로그래머스 Lv.0
- 정처기기출
- 프로그래머스 알고리즘
- 프로그래머스 코딩테스트
- 코테스터디
- 코테준비
- 프로그래밍
- 프로그래머스 레벨0
- 프로그래머스
- 프로그래머스코딩테스트
- mysql
- next.js 에러
- 코딩테스트
- 1일1코테
- next.js
- Redux-Toolkit
- 프로그래머스알고리즘
- CSS
- 개발자
- 알고리즘문제
- 프로그래머스코테
- 알고리즘공부
- 정보처리기사
- 자바스크립트
- js
- 알고리즘스터디
Archives
- Today
- Total
목록JEST (1)
계발하는 개발자
[Jest 에러] 'describe' is not defined 에러 해결법
참고 Using jest in my react app, describe is not defined I am new to jest and trying to figure out some basic stuff in my following code import * as actions from './IncrementalSearchActions'; describe('Incremental Search Actions', () => { it('Sh... stackoverflow.com 에러 Jest를 사용할 때 describe, it, expect를 따로 import하지 않아도 된다고 들었는데, 자꾸 인식되지 않는다는 메시지가 떠서 당황..😓 원인 Jest를 사용할 때 'describe', 'it', 'expect'는 ..
❗️Error
2023. 9. 11. 09:02