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 698051f commit 6a0a0c9Copy full SHA for 6a0a0c9
src/test/suite/index.ts
@@ -9,8 +9,8 @@ import { mdbTestExtension } from './stubbableMdbExtension';
9
10
export async function run(): Promise<void> {
11
const reporterOptions = {
12
- spec: '-',
13
'mocha-junit-reporter': path.join(__dirname, './test-results.xml'),
+ spec: '-',
14
};
15
16
// Create the mocha tester.
@@ -19,6 +19,7 @@ export async function run(): Promise<void> {
19
reporterOptions,
20
ui: 'tdd',
21
color: true,
22
+ grep: 'Participant .* invalid',
23
});
24
25
const testsRoot = path.join(__dirname, '..');
0 commit comments