upload-release/__tests__/main.test.ts
2019-08-23 04:19:07 +02:00

7 lines
189 B
TypeScript

import * as main from '../src/main';
// Frankly, tests would be entirely useless unless we can mock GitHub somehow.
describe('Upload Release Action', () => {
it('', async () => {});
});