8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
import {github} from '../src/github'
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
expect(github()).toBe(true)
|
|
})
|
|
})
|