mirror of
https://github.com/actions/create-release.git
synced 2025-06-15 05:17:44 +00:00
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 () => {});
|
|
});
|