Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 516 Bytes

File metadata and controls

17 lines (15 loc) · 516 Bytes

martin-fowler-refactoring-2nd-jest

리팩토링 2판 완독을 위한 repository

  • 책과 다르게(mocha) jest로 테스트코드를 작성
  • 목차
    • 1장 : 소개
    • 2장 : 원칙
    • 3장 : 악취들의 종류
    • 4장 : 테스트환경 구축
      • test:intro
      • cf) 책 : mocha
      • jest공식문서 참고하여 프로젝트 설정 후 sum.js를 테스트
      • yarn test
    • 5장 : 리팩토링 카달로그(6~12장) 보는법
    • 6장 : 시작
      • test:06