mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-19 12:01:07 +08:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { github } from '../src/github';
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
expect(github()).toBe(true)
|
|
});
|
|
}); |