mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Add support for mocha-json
This commit is contained in:
8
reports/mocha/test/second.test.js
Normal file
8
reports/mocha/test/second.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
it('Timeout test', async function(done) {
|
||||
this.timeout(1);
|
||||
setTimeout(done, 1000);
|
||||
});
|
||||
|
||||
it.skip('Skipped test', () => {
|
||||
// do nothing
|
||||
});
|
||||
Reference in New Issue
Block a user