mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02: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)
|
|
})
|
|
})
|