UNPKG

section-tests

Version:
10 lines (7 loc) 237 B
import section from '../index.js'; section('Libraries', {timeout: 6000}, (section) => { section('Venue', (section) => { section.test('should be in the same nested section', async () => { }); }); });