1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00
toolkit/packages/github/__tests__/github.test.js
Jonathan Clem 97bc7918f4
Add a placeholder GitHub package
This will serve as something to build testing/TypeScript tooling around
2019-04-19 14:53:42 -04:00

9 lines
124 B
JavaScript

'use strict';
// const github = require('..');
describe('@actions/github', () => {
it('needs tests', () => {
});
});