We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d78e2 commit 083db02Copy full SHA for 083db02
src/test_runner.ts
@@ -120,11 +120,6 @@ export class TestRunner {
120
args.push(filters.tests.join(','))
121
}
122
123
- if (filters.match) {
124
- args.push('--match')
125
- args.push(filters.match.join(','))
126
- }
127
-
128
return args
129
130
src/types.ts
@@ -83,7 +83,6 @@ export type TestRunnerOptions = {
83
suites: string[]
84
groups: string[]
85
files: string[]
86
- match: string[]
87
tags: string[]
88
ignoreTags: string[]
89
}>
0 commit comments