mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-04 04:05:22 -08:00
Add jest-junit fixture project
This commit is contained in:
7
reports/jest/__tests__/second.test.js
Normal file
7
reports/jest/__tests__/second.test.js
Normal file
@@ -0,0 +1,7 @@
|
||||
test('Timeout test', async () => {
|
||||
await new Promise(resolve => setTimeout(resolve, 1000));
|
||||
}, 1);
|
||||
|
||||
test.skip('Skipped test', () => {
|
||||
// do nothing
|
||||
});
|
||||
Reference in New Issue
Block a user