Skip to content

Commit 6912710

Browse files
committed
enable all tests
1 parent 68b06d0 commit 6912710

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const options: MochaSetupOptions & { retries: number } = {
1818
ui: 'tdd',
1919
useColors: true,
2020
timeout: 25000,
21-
retries: 3,
22-
grep: 'Config Service'
21+
retries: 3
2322
};
2423
testRunner.configure(options, { coverageConfig: '../coverconfig.json' });
2524
module.exports = testRunner;

0 commit comments

Comments
 (0)