Files
SethCohen 0559b87ee8 feat(tests): add Jest configuration and comprehensive tests for utility functions in index.js to ensure functionality and reliability
chore(package): update @actions/github dependency to version 6.0.1 and add Jest as a dev dependency with a test script
2025-06-17 02:47:56 -04:00

5 lines
64 B
JavaScript

export default {
testEnvironment: 'node',
transform: {},
};