Format code

This commit is contained in:
Sven-Hendrik Haase
2020-07-02 07:56:14 +02:00
parent f4d050cb90
commit 371a3bf0be
2 changed files with 122 additions and 88 deletions

View File

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