upload-release/__tests__/main.test.ts
Sven-Hendrik Haase 371a3bf0be
Format code
2020-07-02 07:56:14 +02:00

7 lines
186 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 () => {})
})