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