97bc7918f4
This will serve as something to build testing/TypeScript tooling around
10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
'use strict';
|
|
|
|
// const github = require('..');
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
|
|
});
|
|
});
|