UNPKG

jest-allure2-adapter

Version:
12 lines (11 loc) 230 B
"use strict"; describe('sdsd', function () { it('sdsd', () => { console.log('1ss'); }); describe('sdsd child', function () { it('sdsd 2', () => { console.log('2ss'); }); }); });