import { github } from '../src/github'; describe('@actions/github', () => { it('needs tests', () => { expect(github()).toBe(true) }); });