Skip to content

Commit

Permalink
Enhance documentation for test suites and utility functions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisreddington committed Nov 18, 2024
1 parent 451a23b commit 7d3c224
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 172 deletions.
4 changes: 4 additions & 0 deletions __tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jest.mock('../src/main', () => ({
run: jest.fn()
}))

/**
* Test suite for the GitHub Action's entry point.
* Validates that the action is properly initialized and the main run function is called.
*/
describe('index', () => {
it('calls run when imported', async () => {
await import('../src/index')
Expand Down
Loading

0 comments on commit 7d3c224

Please sign in to comment.