mirror of https://github.com/actions/toolkit
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)
|
||
|
});
|
||
|
});
|