mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 01:50:46 +09:00
7 lines
No EOL
148 B
TypeScript
7 lines
No EOL
148 B
TypeScript
import { github } from '../src/github';
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
expect(github()).toBe(true)
|
|
});
|
|
}); |