ianderrington / genai

Generative AI
https://www.managen.ai
MIT License
6 stars 0 forks source link

Enable Unit Test Automation for Project #61

Closed mentatbot[bot] closed 3 months ago

mentatbot[bot] commented 3 months ago

This PR introduces unit test automation to the project. Key changes include:

  1. Jest Configuration: Added jest.config.js to configure Jest for TypeScript.
  2. Package Scripts: Updated package.json to include a test script for running Jest.
  3. Sample Test: Added a sample test file sample.test.ts to the tests directory.
  4. Documentation: Updated README.md with instructions on how to run the tests.

These changes ensure that the codebase is compatible with unit test automation, facilitating easier testing upon PR creation.

Closes #60

Thanks for using MentatBot. Give comments a :+1: or :-1: to help me improve!