mirror of
https://github.com/actions/toolkit.git
synced 2026-08-08 00:00:33 +02:00
10 lines
124 B
JavaScript
10 lines
124 B
JavaScript
'use strict';
|
|
|
|
// const github = require('..');
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
|
|
});
|
|
});
|