1
0
Fork 0
toolkit/packages/github/__tests__/github.test.ts

8 lines
142 B
TypeScript
Raw Normal View History

2019-04-19 19:35:44 +00:00
import {github} from '../src/github'
describe('@actions/github', () => {
it('needs tests', () => {
2019-04-19 19:35:44 +00:00
expect(github()).toBe(true)
})
})