Closed mentatbot[bot] closed 3 months ago
This PR introduces unit test automation to the project. Key changes include:
jest.config.js
package.json
test
sample.test.ts
tests
README.md
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!
This PR introduces unit test automation to the project. Key changes include:
jest.config.js
to configure Jest for TypeScript.package.json
to include atest
script for running Jest.sample.test.ts
to thetests
directory.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!