1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00

Rename packages/github to packages/toolkit

This commit is contained in:
Jonathan Clem 2019-04-19 15:52:23 -04:00
parent 79a070cdc8
commit e3911754c1
No known key found for this signature in database
GPG key ID: 48C5B22E9FD6E80F
9 changed files with 1317 additions and 896 deletions

View file

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