jest test description 안나올 때

김_리트리버·2021년 2월 7일
0

기타꿀팁

목록 보기
9/14

test description 을 terminal 에서 확인하고 싶을 때

jest.config.js 에 verbose = true 를 추가해주자

module.exports = {
  setupFilesAfterEnv: ['jest-plugin-context/setup', './jest.setup'],
  verbose: true,
};

Before

After

profile
web-developer

0개의 댓글