1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-09 17:45:07 +09:00
toolkit/packages/github/__tests__/github.test.ts
2019-04-19 15:35:44 -04:00

7 lines
142 B
TypeScript

import {github} from '../src/github'
describe('@actions/github', () => {
it('needs tests', () => {
expect(github()).toBe(true)
})
})