mirror of
https://github.com/actions/toolkit.git
synced 2025-06-09 17:45:07 +09:00
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
'use strict';
|
|
|
|
// const github = require('..');
|
|
|
|
describe('@actions/github', () => {
|
|
it('needs tests', () => {
|
|
|
|
});
|
|
});
|