8000 Merge pull request #358 from coderoad/fix/filter-error · dashinja/coderoad-vscode@41890fd · GitHub
[go: up one dir, main page]

Skip to content < 8000 react-partial partial-name="keyboard-shortcuts-dialog" data-ssr="false" data-attempted-ssr="false" data-react-profiling="false" >

Commit 41890fd

Browse files
authored
Merge pull request coderoad#358 from coderoad/fix/filter-error
remove filter guard
2 parents f303108 + cb2eef7 commit 41890fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/testRunner/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ const createTestRunner = (data: TT.Tutorial, callbacks: Callbacks) => {
6161
if (testFilter) {
6262
// append filter commands
6363
command = [command, testRunnerFilterArg, testFilter].join(' ')
64-
} else {
65-
throw new Error('Test Runner filter not configured')
6664
}
6765
}
6866
logger('COMMAND', command)

0 commit comments

Comments
 (0)
0