github-script/__test__
mehmet turac 7b9b30a1ea
refactor: extract working-directory validation into testable module
- Add src/working-directory.ts with validateWorkingDirectory()
- Add __test__/working-directory.test.ts with 4 test cases
- Update main.ts to use validation function
- Throw clear error for non-existent or non-directory paths
- Rebuild dist/index.js

Addresses review feedback on #426
2026-05-12 13:24:42 +03:00
..
async-function.test.ts test: add getOctokit context tests to async-function suite 2026-04-09 19:15:56 +01:00
create-configured-getoctokit.test.ts test: add 16 unit tests for getOctokit factory 2026-04-09 19:15:54 +01:00
get-retry-options.test.ts Fix overriding request options from @actions/github 2022-09-30 15:15:18 -04:00
getoctokit-integration.test.ts test: add getOctokit integration tests via callAsyncFunction 2026-04-09 19:15:58 +01:00
working-directory.test.ts refactor: extract working-directory validation into testable module 2026-05-12 13:24:42 +03:00