Skip to content

Commit

Permalink
🔨 revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Feb 22, 2018
1 parent d887ca8 commit 4d45201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const options: MochaSetupOptions & { retries: number } = {
useColors: true,
timeout: 25000,
retries: 3,
grep: 'Standard Debugging - Misc tests'
grep
};
testRunner.configure(options, { coverageConfig: '../coverconfig.json' });
module.exports = testRunner;

0 comments on commit 4d45201

Please sign in to comment.