/testing-workshop-code

Primary LanguageTypeScriptMIT LicenseMIT

Testing Workshop Code

Agenda code workshop

  1. Introduction to repository, dependencies and configurations (testing dependencies should NEVER be product dependencies)
  2. Introduction to assignments
    1. describe, it/test, expect, jest.mock
  3. Opinionated structure:
    1. describe, describe (optional), it or test.
      1. Main naming, context-narrowing, statements
  4. Working with assignments
  5. Introduction to Github workflows/Action