Skip to content

Commit 6a0a0c9

Browse files
committed
delete old helper
1 parent 698051f commit 6a0a0c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/suite/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { mdbTestExtension } from './stubbableMdbExtension';
99

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

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

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

0 commit comments

Comments
 (0)