dtinth / todo-actions

Turn TODO in source code into issues and close them when they are gone. Runs on GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add integration test for TodoActionsMain.

github-actions opened this issue · comments

Code that interface with external data have been separated into their own modules.
These includes:

  • DataStore
  • CodeRepository
  • TaskManagementSystem

They can be mocked by creating a mock version using __mocks__ folder.
https://jestjs.io/docs/en/manual-mocks


This issue has been automatically created by todo-actions based on a TODO comment found in src/TodoActionsMain.test.ts:1. It will automatically be closed when the TODO comment is removed from the default branch (master).