UNPKG

ticket2test

Version:

Pull JIRA ticket information and create a JS test file

12 lines (9 loc) 153 B
module.exports = ` describe('{{id}}', () => { it('{{summary}}', async () => { /** {{description}} **/ }); }); `;