Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Custom Node.js package in Typescript with Jest TDD, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:02
    What will this course be about?
  • Урок 2. 00:01:39
    Create and clone git repository
  • Урок 3. 00:03:03
    Add tsconfig.json as TypeScript configuration
  • Урок 4. 00:02:36
    Install development dependencies
  • Урок 5. 00:01:59
    Jest config for tests
  • Урок 6. 00:01:47
    .gitignore and .npmignore
  • Урок 7. 00:03:43
    First test case and Food class
  • Урок 8. 00:03:27
    Add name and unit to Food
  • Урок 9. 00:07:46
    Add base values to Food
  • Урок 10. 00:06:53
    Error handling and invalid name error in Food
  • Урок 11. 00:04:45
    Invalid amount error in Food
  • Урок 12. 00:02:18
    Refactor: extract validations from the constructor
  • Урок 13. 00:04:42
    Current values of Food
  • Урок 14. 00:05:15
    Change current amount
  • Урок 15. 00:03:53
    How to calculate current calories value
  • Урок 16. 00:04:23
    Calculate current calories value
  • Урок 17. 00:03:52
    Replace string unit parameter with Unit enum
  • Урок 18. 00:06:48
    Calculate other nutrient values as the amount changes
  • Урок 19. 00:03:15
    Refactor other nutrient value calculation
  • Урок 20. 00:03:56
    How to calculate current values as the calories changing
  • Урок 21. 00:06:03
    Change calories with calculate other values
  • Урок 22. 00:03:01
    Refactor: collect similar test cases into a describe
  • Урок 23. 00:03:36
    Change fat and recalculate others
  • Урок 24. 00:08:08
    Change protein, carbohydrate and recalculate other values
  • Урок 25. 00:02:45
    Export types and classes from the package
  • Урок 26. 00:05:38
    Production build, versions and publish
  • Урок 27. 00:11:39
    Readme.md as a documentation
  • Урок 28. 00:00:34
    Congratulations