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