diff --git a/src/services/testRunner/index.ts b/src/services/testRunner/index.ts index c7f139cf..013c660a 100644 --- a/src/services/testRunner/index.ts +++ b/src/services/testRunner/index.ts @@ -61,8 +61,6 @@ const createTestRunner = (data: TT.Tutorial, callbacks: Callbacks) => { if (testFilter) { // append filter commands command = [command, testRunnerFilterArg, testFilter].join(' ') - } else { - throw new Error('Test Runner filter not configured') } } logger('COMMAND', command)