create-release/tests/main.test.js
2019-09-20 15:29:25 -05:00

7 lines
174 B
JavaScript

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