Files
create-release/tests/main.test.js

7 lines
174 B
JavaScript
Raw Normal View History

2019-09-20 15:18:26 -05:00
/* eslint-disable no-undef */
2019-09-20 15:29:25 -05:00
describe('Create release', () => {
test('Create release endpoint is called', async () => {});
test('Outputs are set', async () => {});
});