mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-31 23:03:18 +08:00
Add a placeholder GitHub package
This will serve as something to build testing/TypeScript tooling around
This commit is contained in:
9
packages/github/__tests__/github.test.js
Normal file
9
packages/github/__tests__/github.test.js
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
// const github = require('..');
|
||||
|
||||
describe('@actions/github', () => {
|
||||
it('needs tests', () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user