blob: a656f344729fc91487572103b4c16631570f9663 [file] [log] [blame]
it('Timeout test', async function(done) {
this.timeout(1);
setTimeout(done, 1000);
});
it.skip('Skipped test', () => {
// do nothing
});