mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 18:31:06 +08:00
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)
|
|
})
|
|
})
|