Skip to content

Commit f26de47

Browse files
committed
test: unskip junitReporter tests
1 parent 95cbe70 commit f26de47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/test-runner-junit-reporter/test/junitReporter.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ async function launchTestRunner(cwd: string): Promise<{ actual: string; expected
7979
});
8080
}
8181

82-
describe.skip('junitReporter', function () {
83-
this.timeout(10000);
84-
82+
describe('junitReporter', function () {
8583
async function cleanUpFixtures() {
8684
for (const file of await globby('fixtures/**/test-results.xml', {
8785
absolute: true,

0 commit comments

Comments
 (0)