작성
·
192
0
카운터 숫자 구현하기
이 강의에 나오는 터미널 내용이랑 제 컴퓨터 터미널 내용이랑 다릅니다. 아마도 package.json 부분에 "test": "react-scripts test",
이 부분을 수정해야 하는건가요? 강의 내용중에 없었던 것 같아서 질문합니다.
FAIL src/App.test.js
● Test suite failed to run
Cannot find module 'core-js-pure/features/get-iterator' from 'node_modules/@babel/runtime-corejs3/core-js/get-iterator.js'
Require stack:
node_modules/@babel/runtime-corejs3/core-js/get-iterator.js
node_modules/aria-query/lib/rolesMap.js
node_modules/aria-query/lib/index.js
node_modules/@testing-library/jest-dom/dist/to-be-checked.js
node_modules/@testing-library/jest-dom/dist/matchers.js
node_modules/@testing-library/jest-dom/dist/extend-expect.js
node_modules/@testing-library/jest-dom/dist/index.js
src/setupTests.js
at Resolver.resolveModule (node_modules/jest-runtime/node_modules/jest-resolve/build/index.js:306:11)
at Object.<anonymous> (node_modules/@babel/runtime-corejs3/core-js/get-iterator.js:1:107)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.358 s
Ran all test suites.
Watch Usage: Press w to show more.