We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cbe70 commit f26de47Copy full SHA for f26de47
packages/test-runner-junit-reporter/test/junitReporter.test.ts
@@ -79,9 +79,7 @@ async function launchTestRunner(cwd: string): Promise<{ actual: string; expected
79
});
80
}
81
82
-describe.skip('junitReporter', function () {
83
- this.timeout(10000);
84
-
+describe('junitReporter', function () {
85
async function cleanUpFixtures() {
86
for (const file of await globby('fixtures/**/test-results.xml', {
87
absolute: true,
0 commit comments