mirror of
https://github.com/actions/toolkit.git
synced 2025-06-09 17:45:07 +09:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import {github} from '../src/github'
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
expect(github()).toBe(true)
|
|
})
|
|
})
|