Skip to content

Commit

Permalink
delete old helper
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 30, 2024
1 parent 698051f commit 6a0a0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/suite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { mdbTestExtension } from './stubbableMdbExtension';

export async function run(): Promise<void> {
const reporterOptions = {
spec: '-',
'mocha-junit-reporter': path.join(__dirname, './test-results.xml'),
spec: '-',
};

// Create the mocha tester.
Expand All @@ -19,6 +19,7 @@ export async function run(): Promise<void> {
reporterOptions,
ui: 'tdd',
color: true,
grep: 'Participant .* invalid',
});

const testsRoot = path.join(__dirname, '..');
Expand Down

0 comments on commit 6a0a0c9

Please sign in to comment.