/* eslint-disable no-undef */
describe('Create release', () => {
test('Create release endpoint is called', async () => {});
test('Outputs are set', async () => {});
});