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